SetChatLocation constructor
SetChatLocation({
- String? extra,
- int? client_id,
- int53? chat_id,
- ChatLocation? location,
Implementation
SetChatLocation({
super.extra,
super.client_id,
this.chat_id,
this.location,
});