ToggleChatIsPinned constructor

ToggleChatIsPinned({
  1. String? extra,
  2. int? client_id,
  3. ChatList? chat_list,
  4. int53? chat_id,
  5. Bool? is_pinned,
})

Implementation

ToggleChatIsPinned({
  super.extra,
  super.client_id,
  this.chat_list,
  this.chat_id,
  this.is_pinned,
});