fromJson static method
Inherited by: BotWriteAccessAllowReasonAcceptedRequest BotWriteAccessAllowReasonAddedToAttachmentMenu BotWriteAccessAllowReasonConnectedWebsite BotWriteAccessAllowReasonLaunchedWebApp
Implementation
static BotWriteAccessAllowReasonAddedToAttachmentMenu? fromJson(
Map<String, dynamic>? json,
) {
if (json == null) {
return null;
}
return const BotWriteAccessAllowReasonAddedToAttachmentMenu();
}