Package org.drinkless.tdlib
Class TdApi.MessageTopicForum
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageTopic
org.drinkless.tdlib.TdApi.MessageTopicForum
- Enclosing class:
- TdApi
A topic in a forum supergroup chat or a chat with a bot.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intUnique identifier of the forum topic. -
Constructor Summary
ConstructorsConstructorDescriptionA topic in a forum supergroup chat or a chat with a bot.MessageTopicForum(int forumTopicId) A topic in a forum supergroup chat or a chat with a bot. -
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
-
forumTopicId
public int forumTopicIdUnique identifier of the forum topic. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageTopicForum
public MessageTopicForum()A topic in a forum supergroup chat or a chat with a bot. -
MessageTopicForum
public MessageTopicForum(int forumTopicId) A topic in a forum supergroup chat or a chat with a bot.- Parameters:
forumTopicId- Unique identifier of the forum topic.
-
-
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
-