RemoveTopChat constructor

RemoveTopChat({
  1. String? extra,
  2. int? client_id,
  3. TopChatCategory? category,
  4. int53? chat_id,
})

Implementation

RemoveTopChat({
  super.extra,
  super.client_id,
  this.category,
  this.chat_id,
});