TransferChatOwnership constructor

TransferChatOwnership({
  1. required int chatId,
  2. required int userId,
  3. required String password,
})

Implementation

TransferChatOwnership({
  required this.chatId,
  required this.userId,
  required this.password,
});