GetChatInviteLinkCounts constructor

const GetChatInviteLinkCounts({
  1. required int chatId,
})

Returns list of chat administrators with number of their invite links. Requires owner privileges in the chat

Implementation

const GetChatInviteLinkCounts({
  required this.chatId,
});