Module tdlight.api

Class TdApi.MessageForumTopicEdited

Enclosing class:
TdApi

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

      public MessageForumTopicEdited(DataInput input) throws IOException
      A forum topic has been edited.
      Throws:
      IOException
  • Method Details