ToggleChatIsPinned constructor

ToggleChatIsPinned({
  1. ChatList? chatList,
  2. required int chatId,
  3. required bool isPinned,
})

Implementation

ToggleChatIsPinned({
  this.chatList,
  required this.chatId,
  required this.isPinned,
});