get Sticker Set
suspend fun TelegramBotApiClient.getStickerSet(requestBody: GetStickerSetRequest): TelegramResponse<StickerSet>
Content copied to clipboard
Use this method to get a sticker set. On success, a StickerSet object is returned.
suspend fun TelegramBotApiClient.getStickerSet(name: String): TelegramResponse<StickerSet>
Content copied to clipboard
Use this method to get a sticker set. On success, a StickerSet object is returned.
Parameters
name
Name of the sticker set