Module tdlight.api

Class TdApi.ChatEventProfileAccentColorChanged

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventProfileAccentColorChanged
Enclosing class:
TdApi

public static final class TdApi.ChatEventProfileAccentColorChanged extends TdApi.ChatEventAction
The chat's profile accent color or profile background custom emoji were changed.
  • Field Details

    • oldProfileAccentColorId

      public int oldProfileAccentColorId
      Previous identifier of chat's profile accent color; -1 if none.
    • oldProfileBackgroundCustomEmojiId

      public long oldProfileBackgroundCustomEmojiId
      Previous identifier of the custom emoji; 0 if none.
    • newProfileAccentColorId

      public int newProfileAccentColorId
      New identifier of chat's profile accent color; -1 if none.
    • newProfileBackgroundCustomEmojiId

      public long newProfileBackgroundCustomEmojiId
      New identifier of the custom emoji; 0 if none.
    • CONSTRUCTOR

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

    • ChatEventProfileAccentColorChanged

      public ChatEventProfileAccentColorChanged()
      The chat's profile accent color or profile background custom emoji were changed.
    • ChatEventProfileAccentColorChanged

      public ChatEventProfileAccentColorChanged(int oldProfileAccentColorId, long oldProfileBackgroundCustomEmojiId, int newProfileAccentColorId, long newProfileBackgroundCustomEmojiId)
      The chat's profile accent color or profile background custom emoji were changed.
      Parameters:
      oldProfileAccentColorId - Previous identifier of chat's profile accent color; -1 if none.
      oldProfileBackgroundCustomEmojiId - Previous identifier of the custom emoji; 0 if none.
      newProfileAccentColorId - New identifier of chat's profile accent color; -1 if none.
      newProfileBackgroundCustomEmojiId - New identifier of the custom emoji; 0 if none.
    • ChatEventProfileAccentColorChanged

      public ChatEventProfileAccentColorChanged(DataInput input) throws IOException
      The chat's profile accent color or profile background custom emoji were changed.
      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