BotCommandScopeChatMember.fromJson constructor

BotCommandScopeChatMember.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory BotCommandScopeChatMember.fromJson(Map<String, dynamic> json) =>
    _$BotCommandScopeChatMemberFromJson(json);