java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventStickerSetChanged
- Enclosing class:
- TdApi
The supergroup sticker set was changed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
New identifier of the chat sticker set; 0 if none.long
Previous identifier of the chat sticker set; 0 if none. -
Constructor Summary
ConstructorDescriptionThe supergroup sticker set was changed.ChatEventStickerSetChanged
(long oldStickerSetId, long newStickerSetId) The supergroup sticker set was changed.The supergroup sticker set was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
oldStickerSetId
public long oldStickerSetIdPrevious identifier of the chat sticker set; 0 if none. -
newStickerSetId
public long newStickerSetIdNew 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
The supergroup sticker set was changed.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-