Package org.drinkless.tdlib
Class TdApi.MessageTopicDirectMessages
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageTopic
org.drinkless.tdlib.TdApi.MessageTopicDirectMessages
- Enclosing class:
- TdApi
A topic in a channel direct messages chat administered by the current user.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.long
Unique identifier of the topic. -
Constructor Summary
ConstructorsConstructorDescriptionA topic in a channel direct messages chat administered by the current user.MessageTopicDirectMessages
(long directMessagesChatTopicId) A topic in a channel direct messages chat administered by the current user. -
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
-
directMessagesChatTopicId
public long directMessagesChatTopicIdUnique identifier of the topic. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageTopicDirectMessages
public MessageTopicDirectMessages()A topic in a channel direct messages chat administered by the current user. -
MessageTopicDirectMessages
public MessageTopicDirectMessages(long directMessagesChatTopicId) A topic in a channel direct messages chat administered by the current user.- Parameters:
directMessagesChatTopicId
- Unique identifier of the 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
-