ChatInviteLinkCount constructor
const
ChatInviteLinkCount({})
Describes a chat administrator with a number of active and revoked chat invite links
Implementation
const ChatInviteLinkCount({
required this.userId,
required this.inviteLinkCount,
required this.revokedInviteLinkCount,
});