Package org.drinkless.tdlib
Class TdApi.ChatEventStickerSetChanged
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatEventAction
org.drinkless.tdlib.TdApi.ChatEventStickerSetChanged
- Enclosing class:
- TdApi
The supergroup sticker set was changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longNew identifier of the chat sticker set; 0 if none.longPrevious identifier of the chat sticker set; 0 if none. -
Constructor Summary
ConstructorsConstructorDescriptionThe supergroup sticker set was changed.ChatEventStickerSetChanged(long oldStickerSetId, long newStickerSetId) The supergroup sticker set was changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
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 CONSTRUCTORIdentifier uniquely determining type of the object.- 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- Previous identifier of the chat sticker set; 0 if none.newStickerSetId- New identifier of the chat sticker set; 0 if none.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-