public static class TdApi.UpdateAvailableMessageEffects extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
reactionEffectIds
The new list of available message effects from emoji reactions.
|
long[] |
stickerEffectIds
The new list of available message effects from Premium stickers.
|
| Constructor and Description |
|---|
UpdateAvailableMessageEffects()
The list of available message effects has changed.
|
UpdateAvailableMessageEffects(long[] reactionEffectIds,
long[] stickerEffectIds)
The list of available message effects has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] reactionEffectIds
public long[] stickerEffectIds
public static final int CONSTRUCTOR
public UpdateAvailableMessageEffects()
public UpdateAvailableMessageEffects(long[] reactionEffectIds,
long[] stickerEffectIds)
reactionEffectIds - The new list of available message effects from emoji reactions.stickerEffectIds - The new list of available message effects from Premium stickers.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object