Package org.drinkless.tdlib
Class TdApi.UpdateTopicMessageCount
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateTopicMessageCount
- Enclosing class:
- TdApi
Number of messages in a topic has changed; for Saved Messages and channel direct messages chat topics only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Identifier of the chat in topic of which the number of messages has changed.static final int
Identifier uniquely determining type of the object.int
Approximate number of messages in the topics.Identifier of the topic. -
Constructor Summary
ConstructorsConstructorDescriptionNumber of messages in a topic has changed; for Saved Messages and channel direct messages chat topics only.UpdateTopicMessageCount
(long chatId, TdApi.MessageTopic topicId, int messageCount) Number of messages in a topic has changed; for Saved Messages and channel direct messages chat topics only. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdIdentifier of the chat in topic of which the number of messages has changed. -
topicId
Identifier of the topic. -
messageCount
public int messageCountApproximate number of messages in the topics. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateTopicMessageCount
public UpdateTopicMessageCount()Number of messages in a topic has changed; for Saved Messages and channel direct messages chat topics only. -
UpdateTopicMessageCount
Number of messages in a topic has changed; for Saved Messages and channel direct messages chat topics only.- Parameters:
chatId
- Identifier of the chat in topic of which the number of messages has changed.topicId
- Identifier of the topic.messageCount
- Approximate number of messages in the topics.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-