ChatEventInviteLinkRevoked constructor
const
ChatEventInviteLinkRevoked({
- required ChatInviteLink inviteLink,
A chat invite link was revoked
Implementation
const ChatEventInviteLinkRevoked({
required this.inviteLink,
});