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