Class TdApi.UpdateForumTopic

Enclosing class:
TdApi

public static class TdApi.UpdateForumTopic extends TdApi.Update
Information about a topic in a forum chat was changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageThreadId

      public long messageThreadId
      Message thread identifier of the topic.
    • isPinned

      public boolean isPinned
      True, if the topic is pinned in the topic list.
    • lastReadInboxMessageId

      public long lastReadInboxMessageId
      Identifier of the last read incoming message.
    • lastReadOutboxMessageId

      public long lastReadOutboxMessageId
      Identifier of the last read outgoing message.
    • notificationSettings

      public TdApi.ChatNotificationSettings notificationSettings
      Notification settings for the topic.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR