inputInlineQueryResultSticker property
Represents a link to a WEBP, TGS, or WEBM sticker
Implementation
InputInlineQueryResultSticker? get inputInlineQueryResultSticker {
if (this is InputInlineQueryResultSticker) {
return this as InputInlineQueryResultSticker;
}
return null;
}