Class TdApi.ChatEventProfileAccentColorChanged

Enclosing class:
TdApi

public static 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.
  • 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