Class TdApi.InputMessageSticker

    • Field Detail

      • thumbnail

        public TdApi.InputThumbnail thumbnail
        Sticker thumbnail; pass null to skip thumbnail uploading.
      • width

        public int width
        Sticker width.
      • height

        public int height
        Sticker height.
      • 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:
        Constant Field Values
    • Constructor Detail

      • InputMessageSticker

        public InputMessageSticker()
        A sticker message.
      • InputMessageSticker

        public InputMessageSticker​(TdApi.InputFile sticker,
                                   TdApi.InputThumbnail thumbnail,
                                   int width,
                                   int height,
                                   String emoji)
        A sticker message.
        Parameters:
        sticker - Sticker to be sent.
        thumbnail - Sticker thumbnail; pass null to skip thumbnail uploading.
        width - Sticker width.
        height - Sticker height.
        emoji - Emoji used to choose the sticker.