Class TdApi.ChatEventForumTopicPinned

Enclosing class:
TdApi

public static class TdApi.ChatEventForumTopicPinned extends TdApi.ChatEventAction
A pinned forum topic was changed.
  • Field Details

    • oldTopicInfo

      public TdApi.ForumTopicInfo oldTopicInfo
      Information about the old pinned topic; may be null.
    • newTopicInfo

      public TdApi.ForumTopicInfo newTopicInfo
      Information about the new pinned topic; may be null.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ChatEventForumTopicPinned

      public ChatEventForumTopicPinned()
      A pinned forum topic was changed.
    • ChatEventForumTopicPinned

      public ChatEventForumTopicPinned(TdApi.ForumTopicInfo oldTopicInfo, TdApi.ForumTopicInfo newTopicInfo)
      A pinned forum topic was changed.
      Parameters:
      oldTopicInfo - Information about the old pinned topic; may be null.
      newTopicInfo - Information about the new pinned topic; may be null.
  • 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