public static class TdApi.ChatEventStickerSetChanged extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
newStickerSetId
New identifier of the chat sticker set; 0 if none.
|
long |
oldStickerSetId
Previous identifier of the chat sticker set; 0 if none.
|
Constructor and Description |
---|
ChatEventStickerSetChanged()
The supergroup sticker set was changed.
|
ChatEventStickerSetChanged(long oldStickerSetId,
long newStickerSetId)
The supergroup sticker set was changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long oldStickerSetId
public long newStickerSetId
public static final int CONSTRUCTOR
public ChatEventStickerSetChanged()
public ChatEventStickerSetChanged(long oldStickerSetId, long newStickerSetId)
oldStickerSetId
- Previous identifier of the chat sticker set; 0 if none.newStickerSetId
- New identifier of the chat sticker set; 0 if none.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction