ChatEventInviteLinkRevoked.fromJson constructor
Parse from a json
Implementation
factory ChatEventInviteLinkRevoked.fromJson(Map<String, dynamic> json) => ChatEventInviteLinkRevoked(
inviteLink: ChatInviteLink.fromJson(json['invite_link']),
);
Parse from a json
factory ChatEventInviteLinkRevoked.fromJson(Map<String, dynamic> json) => ChatEventInviteLinkRevoked(
inviteLink: ChatInviteLink.fromJson(json['invite_link']),
);