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