replyWithSticker

inline suspend fun TelegramBot.replyWithSticker(    to: Message,     sticker: InputFile,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>