Package org.drinkless.tdlib
Class TdApi.UpdateChatViewAsTopics
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateChatViewAsTopics
- Enclosing class:
- TdApi
A chat default appearance has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.booleanNew value of viewAsTopics. -
Constructor Summary
ConstructorsConstructorDescriptionA chat default appearance has changed.UpdateChatViewAsTopics(long chatId, boolean viewAsTopics) A chat default appearance 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. -
viewAsTopics
public boolean viewAsTopicsNew value of viewAsTopics. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateChatViewAsTopics
public UpdateChatViewAsTopics()A chat default appearance has changed. -
UpdateChatViewAsTopics
public UpdateChatViewAsTopics(long chatId, boolean viewAsTopics) A chat default appearance has changed.- Parameters:
chatId- Chat identifier.viewAsTopics- New value of viewAsTopics.
-
-
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
-