getUserProfilePhotos method
FutureOr<Map>
getUserProfilePhotos({
- required Map parameters,
- required TelegramClientCallApiInvoke callApiInvoke,
method GetUserProfilePhotos
Implementation
FutureOr<Map> getUserProfilePhotos({
required Map parameters,
required TelegramClientCallApiInvoke callApiInvoke,
}) async {
Map newScheme = {"@type": "template"};
return newScheme;
}