public static class TdApi.ChatEventStickerSetChanged extends TdApi.ChatEventAction
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object