ChatEventInviteLinkEdited constructor
const
ChatEventInviteLinkEdited({
- required ChatInviteLink oldInviteLink,
- required ChatInviteLink newInviteLink,
A chat invite link was edited
Implementation
const ChatEventInviteLinkEdited({
required this.oldInviteLink,
required this.newInviteLink,
});