Class TdApi.ChatEventStickerSetChanged

  • Enclosing class:
    TdApi

    public static class TdApi.ChatEventStickerSetChanged
    extends TdApi.ChatEventAction
    The supergroup sticker set was changed.
    • Field Detail

      • 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:
        Constant Field Values
    • Constructor Detail

      • ChatEventStickerSetChanged

        public ChatEventStickerSetChanged()
        The supergroup sticker set was changed.
      • ChatEventStickerSetChanged

        public ChatEventStickerSetChanged​(long oldStickerSetId,
                                          long newStickerSetId)
        The supergroup sticker set 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.