chatActionChoosingLocation property
The user is picking a location or venue to send
Implementation
ChatActionChoosingLocation? get chatActionChoosingLocation {
if (this is ChatActionChoosingLocation) {
return this as ChatActionChoosingLocation;
}
return null;
}