InternalLinkTypePublicChat.fromJson constructor
Parse from a json
Implementation
factory InternalLinkTypePublicChat.fromJson(Map<String, dynamic> json) =>
InternalLinkTypePublicChat(
chatUsername: json['chat_username'],
extra: json['@extra'],
clientId: json['@client_id'],
);