GetChatInviteLinkCounts constructor
const
GetChatInviteLinkCounts({
- 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,
});