InputInlineQueryResultSticker constructor
const
InputInlineQueryResultSticker({
- required String id,
- required String thumbnailUrl,
- required String stickerUrl,
- required int stickerWidth,
- required int stickerHeight,
- ReplyMarkup? replyMarkup,
- required InputMessageContent inputMessageContent,
Represents a link to a WEBP or TGS sticker
Implementation
const InputInlineQueryResultSticker({
required this.id,
required this.thumbnailUrl,
required this.stickerUrl,
required this.stickerWidth,
required this.stickerHeight,
this.replyMarkup,
required this.inputMessageContent,
});