InputMedia.fromJson constructor

InputMedia.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory InputMedia.fromJson(Map<String, Object?> json) =>
    throw Exception("Can't create InputMedia from JSON");