mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-08-26 10:56:32 +00:00
1.9 KiB
1.9 KiB
//docs/dev.inmo.tgbotapi.extensions.api.send.media/replyWithSticker
replyWithSticker
[common]
Content
inline suspend fun TelegramBot.replyWithSticker(to: Message, sticker: InputFile, disableNotification: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>
inline suspend fun TelegramBot.replyWithSticker(to: Message, sticker: Sticker, disableNotification: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>