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