Class TdApi.ChatEventForumTopicEdited

Enclosing class:
TdApi

public static class TdApi.ChatEventForumTopicEdited extends TdApi.ChatEventAction
A forum topic was edited.
  • Field Details

    • oldTopicInfo

      public TdApi.ForumTopicInfo oldTopicInfo
      Old information about the topic.
    • newTopicInfo

      public TdApi.ForumTopicInfo newTopicInfo
      New information about the topic.
    • CONSTRUCTOR

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

    • ChatEventForumTopicEdited

      public ChatEventForumTopicEdited()
      A forum topic was edited.
    • ChatEventForumTopicEdited

      public ChatEventForumTopicEdited(TdApi.ForumTopicInfo oldTopicInfo, TdApi.ForumTopicInfo newTopicInfo)
      A forum topic was edited.
      Parameters:
      oldTopicInfo - Old information about the topic.
      newTopicInfo - New information about 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