Class TdApi.InputMessageSticker

Enclosing class:
TdApi

public static class TdApi.InputMessageSticker extends TdApi.InputMessageContent
A sticker message.
  • Field Details

    • sticker

      public TdApi.InputSticker sticker
      Sticker to be sent.
    • emoji

      public String emoji
      Emoji used to choose the sticker.
    • CONSTRUCTOR

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

    • InputMessageSticker

      public InputMessageSticker()
      A sticker message.
    • InputMessageSticker

      public InputMessageSticker(TdApi.InputSticker sticker, String emoji)
      A sticker message.
      Parameters:
      sticker - Sticker to be sent.
      emoji - Emoji used to choose the sticker.
  • 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