Package org.drinkless.tdlib
Class TdApi.UpdateChatEmojiStatus
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateChatEmojiStatus
- Enclosing class:
- TdApi
Chat emoji status has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.The new chat emoji status; may be null. -
Constructor Summary
ConstructorsConstructorDescriptionChat emoji status has changed.UpdateChatEmojiStatus(long chatId, TdApi.EmojiStatus emojiStatus) Chat emoji status has changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
emojiStatus
The new chat emoji status; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateChatEmojiStatus
public UpdateChatEmojiStatus()Chat emoji status has changed. -
UpdateChatEmojiStatus
Chat emoji status has changed.- Parameters:
chatId- Chat identifier.emojiStatus- The new chat emoji status; may be null.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-