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