ChatInviteLinkInfo constructor
const
ChatInviteLinkInfo({})
Contains information about a chat invite link
Implementation
const ChatInviteLinkInfo({
required this.chatId,
required this.accessibleFor,
required this.type,
required this.title,
this.photo,
required this.description,
required this.memberCount,
required this.memberUserIds,
required this.createsJoinRequest,
required this.isPublic,
this.extra,
this.clientId,
});