1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-08-26 10:56:32 +00:00
Files
tgbotapi/docs/dev.inmo.tgbotapi.extensions.api.send.media/reply-with-sticker.md
InsanusMokrassar b942627f12 deploy: 308fb9274b
2021-03-17 15:18:37 +00:00

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>