@override Map<String, dynamic> toJson() => <String, dynamic>{ 'sticker': sticker?.toJson(), 'thumbnail': thumbnail?.toJson(), 'width': width, 'height': height, '@type': constructor, };