sticker property

  1. @JsonKey(name: 'sticker')
  2. @InputFileConverter()
InputFile get sticker
inherited

The added sticker. Pass a file_id as a String to send a file that already exists on the Telegram servers, pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data. Animated and video stickers can't be uploaded via HTTP URL. More information on Sending Files ยป

Implementation

@JsonKey(name: 'sticker')
@InputFileConverter()
InputFile get sticker;