Class TdApi.UpdateAvailableMessageEffects

Enclosing class:
TdApi

public static class TdApi.UpdateAvailableMessageEffects extends TdApi.Update
The list of available message effects has changed.
  • Field Details

    • reactionEffectIds

      public long[] reactionEffectIds
      The new list of available message effects from emoji reactions.
    • stickerEffectIds

      public long[] stickerEffectIds
      The new list of available message effects from Premium stickers.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR