Package org.drinkless.tdlib
Class TdApi.UpdateChatRemovedFromList
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateChatRemovedFromList
- Enclosing class:
- TdApi
A chat was removed from a chat list.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.The chat list from which the chat was removed.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA chat was removed from a chat list.UpdateChatRemovedFromList(long chatId, TdApi.ChatList chatList) A chat was removed from a chat list. -
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. -
chatList
The chat list from which the chat was removed. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateChatRemovedFromList
public UpdateChatRemovedFromList()A chat was removed from a chat list. -
UpdateChatRemovedFromList
A chat was removed from a chat list.- Parameters:
chatId- Chat identifier.chatList- The chat list from which the chat was removed.
-
-
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
-