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