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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.long
Unique identifier of the forum topic; all messages in a non-forum supergroup chats belongs to the General topic. -
Constructor Summary
ConstructorsConstructorDescriptionA topic in a forum supergroup chat.MessageTopicForum
(long forumTopicId) A topic in a forum supergroup chat. -
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
-
forumTopicId
public long forumTopicIdUnique identifier of the forum topic; all messages in a non-forum supergroup chats belongs to the General 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. -
MessageTopicForum
public MessageTopicForum(long forumTopicId) A topic in a forum supergroup chat.- Parameters:
forumTopicId
- Unique identifier of the forum topic; all messages in a non-forum supergroup chats belongs to the General topic.
-
-
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
-