ChatInviteLink.fromJson constructor
Creates a new ChatInviteLink object from json.
Implementation
factory ChatInviteLink.fromJson(Map<String, dynamic> json) =>
_$ChatInviteLinkFromJson(json);
Creates a new ChatInviteLink object from json.
factory ChatInviteLink.fromJson(Map<String, dynamic> json) =>
_$ChatInviteLinkFromJson(json);