Class TdApi.InputMessageSticker

    • Field Detail

      • width

        public int width
        Sticker width.
      • height

        public int height
        Sticker height.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InputMessageSticker

        public InputMessageSticker()
        Default constructor.
      • InputMessageSticker

        public InputMessageSticker​(TdApi.InputFile sticker,
                                   TdApi.InputThumbnail thumbnail,
                                   int width,
                                   int height)
        Constructor for initialization of all fields.
        Parameters:
        sticker - Sticker to be sent.
        thumbnail - Sticker thumbnail, if available.
        width - Sticker width.
        height - Sticker height.