Class TdApi.ChatEventCustomEmojiStickerSetChanged

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ChatEventAction
dev.voroby.springframework.telegram.client.TdApi.ChatEventCustomEmojiStickerSetChanged
Enclosing class:
TdApi

public static class TdApi.ChatEventCustomEmojiStickerSetChanged extends TdApi.ChatEventAction
The supergroup sticker set with allowed custom emoji was changed.
  • Field Details

    • oldStickerSetId

      public long oldStickerSetId
      Previous identifier of the chat sticker set; 0 if none.
    • newStickerSetId

      public long newStickerSetId
      New identifier of the chat sticker set; 0 if none.
    • CONSTRUCTOR

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

    • ChatEventCustomEmojiStickerSetChanged

      public ChatEventCustomEmojiStickerSetChanged()
      The supergroup sticker set with allowed custom emoji was changed.
    • ChatEventCustomEmojiStickerSetChanged

      public ChatEventCustomEmojiStickerSetChanged(long oldStickerSetId, long newStickerSetId)
      The supergroup sticker set with allowed custom emoji was changed.
      Parameters:
      oldStickerSetId - Previous identifier of the chat sticker set; 0 if none.
      newStickerSetId - New identifier of the chat sticker set; 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