Package org.drinkless.tdlib
Class TdApi.ChatEventCustomEmojiStickerSetChanged
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatEventAction
org.drinkless.tdlib.TdApi.ChatEventCustomEmojiStickerSetChanged
- Enclosing class:
- TdApi
The supergroup sticker set with allowed custom emoji 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 with allowed custom emoji was changed.ChatEventCustomEmojiStickerSetChanged(long oldStickerSetId, long newStickerSetId) The supergroup sticker set with allowed custom emoji 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
-
ChatEventCustomEmojiStickerSetChanged
public ChatEventCustomEmojiStickerSetChanged()The supergroup sticker set with allowed custom emoji was changed. -
ChatEventCustomEmojiStickerSetChanged
public ChatEventCustomEmojiStickerSetChanged(long oldStickerSetId, long newStickerSetId) The supergroup sticker set with allowed custom emoji 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
-