Module tdlight.api

Class TdApi.ForumTopicIcon

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ForumTopicIcon
Enclosing class:
TdApi

public static final class TdApi.ForumTopicIcon extends TdApi.Object
Describes a forum topic icon.
  • Field Details

    • color

      public int color
      Color of the topic icon in RGB format.
    • customEmojiId

      public long customEmojiId
      Unique identifier of the custom emoji shown on the topic icon; 0 if none.
    • CONSTRUCTOR

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

    • ForumTopicIcon

      public ForumTopicIcon()
      Describes a forum topic icon.
    • ForumTopicIcon

      public ForumTopicIcon(int color, long customEmojiId)
      Describes a forum topic icon.
      Parameters:
      color - Color of the topic icon in RGB format.
      customEmojiId - Unique identifier of the custom emoji shown on the topic icon; 0 if none.
    • ForumTopicIcon

      public ForumTopicIcon(DataInput input) throws IOException
      Describes a forum topic icon.
      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