ChatForward.fromJson constructor
Constructs a ChatForward from the provided json.
Implementation
factory ChatForward.fromJson(Map<String, dynamic> json) =>
_$ChatForwardFromJson(json);
Constructs a ChatForward from the provided json.
factory ChatForward.fromJson(Map<String, dynamic> json) =>
_$ChatForwardFromJson(json);