InputInlineQueryResultSticker constructor
InputInlineQueryResultSticker({
- String? extra,
- int? client_id,
- string? id,
- string? thumbnail_url,
- string? sticker_url,
- int32? sticker_width,
- int32? sticker_height,
- ReplyMarkup? reply_markup,
- InputMessageContent? input_message_content,
Implementation
InputInlineQueryResultSticker({
super.extra,
super.client_id,
this.id,
this.thumbnail_url,
this.sticker_url,
this.sticker_width,
this.sticker_height,
this.reply_markup,
this.input_message_content,
});