File tree 1 file changed +16
-0
lines changed
library/src/main/java/com/pengrad/telegrambot/model
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,30 @@ public ChatPhoto photo() {
86
86
return photo ;
87
87
}
88
88
89
+ /**
90
+ * @deprecated Use activeUsernames() instead
91
+ */
92
+ @ Deprecated
89
93
public String [] getActiveUsernames () {
90
94
return active_usernames ;
91
95
}
92
96
97
+ public String [] activeUsernames () {
98
+ return active_usernames ;
99
+ }
100
+
101
+ /**
102
+ * @deprecated Use emojiStatusCustomEmojiId() instead
103
+ */
104
+ @ Deprecated
93
105
public String getEmojiStatusCustomEmojiId () {
94
106
return emoji_status_custom_emoji_id ;
95
107
}
96
108
109
+ public String emojiStatusCustomEmojiId () {
110
+ return emoji_status_custom_emoji_id ;
111
+ }
112
+
97
113
public Integer emojiStatusExpirationDate () {
98
114
return emoji_status_expiration_date ;
99
115
}
You can’t perform that action at this time.
0 commit comments