Module tdlight.api

Class TdApi.ChatEventStickerSetChanged

Enclosing class:
TdApi

public static final class TdApi.ChatEventStickerSetChanged extends TdApi.ChatEventAction
The supergroup sticker set 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
      See Also:
  • Constructor Details

    • ChatEventStickerSetChanged

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

      public ChatEventStickerSetChanged(long oldStickerSetId, long newStickerSetId)
      The supergroup sticker set was changed.
      Parameters:
      oldStickerSetId - long Previous identifier of the chat sticker set; 0 if none.
      newStickerSetId - long New identifier of the chat sticker set; 0 if none.
    • ChatEventStickerSetChanged

      public ChatEventStickerSetChanged(DataInput input) throws IOException
      The supergroup sticker set was changed.
      Throws:
      IOException
  • Method Details