Package it.tdlight.jni
Class TdApi.ChatEventStickerSetChanged
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventStickerSetChanged
- Enclosing class:
- TdApi
public static class TdApi.ChatEventStickerSetChanged extends TdApi.ChatEventAction
The supergroup sticker set was changed.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
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 Summary
Constructors Constructor Description ChatEventStickerSetChanged()
The supergroup sticker set was changed.ChatEventStickerSetChanged(long oldStickerSetId, long newStickerSetId)
The supergroup sticker set was changed.ChatEventStickerSetChanged(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-