GetChatRevenueWithdrawalUrl constructor

GetChatRevenueWithdrawalUrl({
  1. required int chatId,
  2. required String password,
})

Implementation

GetChatRevenueWithdrawalUrl({required this.chatId, required this.password});