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
      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.
    • MessageForumTopicEdited

      public MessageForumTopicEdited(DataInput input) throws IOException
      A forum topic has been edited.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object