AttachmentMenuBotColor.fromJson constructor
Parse from a json
Implementation
factory AttachmentMenuBotColor.fromJson(Map<String, dynamic> json) =>
AttachmentMenuBotColor(
lightColor: json['light_color'],
darkColor: json['dark_color'],
);