chatEventInviteLinkRevoked property
A chat invite link was revoked
Implementation
ChatEventInviteLinkRevoked? get chatEventInviteLinkRevoked {
if (this is ChatEventInviteLinkRevoked) {
return this as ChatEventInviteLinkRevoked;
}
return null;
}