Package org.drinkless.tdlib
Class TdApi.MessageTopicThread
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageTopic
org.drinkless.tdlib.TdApi.MessageTopicThread
- Enclosing class:
- TdApi
A topic in a non-forum supergroup chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longUnique identifier of the message thread. -
Constructor Summary
ConstructorsConstructorDescriptionA topic in a non-forum supergroup chat.MessageTopicThread(long messageThreadId) A topic in a non-forum supergroup chat. -
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
-
messageThreadId
public long messageThreadIdUnique identifier of the message thread. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageTopicThread
public MessageTopicThread()A topic in a non-forum supergroup chat. -
MessageTopicThread
public MessageTopicThread(long messageThreadId) A topic in a non-forum supergroup chat.- Parameters:
messageThreadId- Unique identifier of the message thread.
-
-
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
-