getUpdates method

FutureOr<Map> getUpdates({
  1. required Map parameters,
  2. required TelegramClientCallApiInvoke callApiInvoke,
})

method GetUpdates

Implementation

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