Package org.drinkless.tdlib
Class TdApi.UpdateAvailableMessageEffects
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateAvailableMessageEffects
- Enclosing class:
- TdApi
The list of available message effects has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.long[]The new list of available message effects from emoji reactions.long[]The new list of available message effects from Premium stickers. -
Constructor Summary
ConstructorsConstructorDescriptionThe list of available message effects has changed.UpdateAvailableMessageEffects(long[] reactionEffectIds, long[] stickerEffectIds) The list of available message effects has 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
-
reactionEffectIds
public long[] reactionEffectIdsThe new list of available message effects from emoji reactions. -
stickerEffectIds
public long[] stickerEffectIdsThe new list of available message effects from Premium stickers. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateAvailableMessageEffects
public UpdateAvailableMessageEffects()The list of available message effects has changed. -
UpdateAvailableMessageEffects
public UpdateAvailableMessageEffects(long[] reactionEffectIds, long[] stickerEffectIds) The list of available message effects has changed.- Parameters:
reactionEffectIds- The new list of available message effects from emoji reactions.stickerEffectIds- The new list of available message effects from Premium stickers.
-
-
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
-