GetChatInviteLinks constructor
GetChatInviteLinks({})
Implementation
GetChatInviteLinks({
required this.chatId,
required this.creatorUserId,
required this.isRevoked,
required this.offsetDate,
required this.offsetInviteLink,
required this.limit,
});