InlineQueryResultsButton.fromJson constructor
Creates an InlineQueryResultsButton from a JSON object.
Implementation
factory InlineQueryResultsButton.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultsButtonFromJson(json);
Creates an InlineQueryResultsButton from a JSON object.
factory InlineQueryResultsButton.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultsButtonFromJson(json);