Class TdApi.MessageSticker

Enclosing class:
TdApi

public static class TdApi.MessageSticker extends TdApi.MessageContent
A sticker message.
  • Field Details

    • sticker

      public TdApi.Sticker sticker
      The sticker description.
    • isPremium

      public boolean isPremium
      True, if premium animation of the sticker must be played.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • MessageSticker

      public MessageSticker()
      A sticker message.
    • MessageSticker

      public MessageSticker(TdApi.Sticker sticker, boolean isPremium)
      A sticker message.
      Parameters:
      sticker - The sticker description.
      isPremium - True, if premium animation of the sticker must be played.
  • 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