RemoveTopChat constructor
RemoveTopChat({
- String? extra,
- int? client_id,
- TopChatCategory? category,
- int53? chat_id,
Implementation
RemoveTopChat({
super.extra,
super.client_id,
this.category,
this.chat_id,
});