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