chatActionChoosingSticker property
The user is picking a sticker to send
Implementation
ChatActionChoosingSticker? get chatActionChoosingSticker {
if (this is ChatActionChoosingSticker) {
return this as ChatActionChoosingSticker;
}
return null;
}