getValue abstract method

Map<String, dynamic> getValue([
  1. String? field,
  2. String? thumb
])

Converts InputPaidMedia to a Map for JSON encoding

Implementation

Map<String, dynamic> getValue([String? field, String? thumb]);