Package org.drinkless.tdlib
Class TdApi.UpdateForumTopic
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateForumTopic
- Enclosing class:
- TdApi
Information about a topic in a forum chat was changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Chat identifier.static final int
Identifier uniquely determining type of the object.boolean
True, if the topic is pinned in the topic list.long
Identifier of the last read incoming message.long
Identifier of the last read outgoing message.long
Message thread identifier of the topic.Notification settings for the topic. -
Constructor Summary
ConstructorsConstructorDescriptionInformation about a topic in a forum chat was changed.UpdateForumTopic
(long chatId, long messageThreadId, boolean isPinned, long lastReadInboxMessageId, long lastReadOutboxMessageId, TdApi.ChatNotificationSettings notificationSettings) Information about a topic in a forum chat was changed. -
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 chatIdChat identifier. -
messageThreadId
public long messageThreadIdMessage thread identifier of the topic. -
isPinned
public boolean isPinnedTrue, if the topic is pinned in the topic list. -
lastReadInboxMessageId
public long lastReadInboxMessageIdIdentifier of the last read incoming message. -
lastReadOutboxMessageId
public long lastReadOutboxMessageIdIdentifier of the last read outgoing message. -
notificationSettings
Notification settings for the topic. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateForumTopic
public UpdateForumTopic()Information about a topic in a forum chat was changed. -
UpdateForumTopic
public UpdateForumTopic(long chatId, long messageThreadId, boolean isPinned, long lastReadInboxMessageId, long lastReadOutboxMessageId, TdApi.ChatNotificationSettings notificationSettings) Information about a topic in a forum chat was changed.- Parameters:
chatId
- Chat identifier.messageThreadId
- Message thread identifier of the topic.isPinned
- True, if the topic is pinned in the topic list.lastReadInboxMessageId
- Identifier of the last read incoming message.lastReadOutboxMessageId
- Identifier of the last read outgoing message.notificationSettings
- Notification settings for 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
-