Class TdApi.MessageForumTopicEdited

Enclosing class:
TdApi

public static class TdApi.MessageForumTopicEdited extends TdApi.MessageContent
A forum topic has been edited.
  • Field Details

    • name

      public String name
      If non-empty, the new name of the topic.
    • editIconCustomEmojiId

      public boolean editIconCustomEmojiId
      True, if icon's customEmojiId is changed.
    • iconCustomEmojiId

      public long iconCustomEmojiId
      New unique identifier of the custom emoji shown on the topic icon; 0 if none. Must be ignored if editIconCustomEmojiId is false.
    • CONSTRUCTOR

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

    • MessageForumTopicEdited

      public MessageForumTopicEdited()
      A forum topic has been edited.
    • MessageForumTopicEdited

      public MessageForumTopicEdited(String name, boolean editIconCustomEmojiId, long iconCustomEmojiId)
      A forum topic has been edited.
      Parameters:
      name - If non-empty, the new name of the topic.
      editIconCustomEmojiId - True, if icon's customEmojiId is changed.
      iconCustomEmojiId - New unique identifier of the custom emoji shown on the topic icon; 0 if none. Must be ignored if editIconCustomEmojiId is false.
  • 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