replyWithSticker

inline suspend fun TelegramBot.replyWithSticker(    to: AccessibleMessage,     sticker: InputFile,     emoji: String? = null,     replyInChatId: IdChatIdentifier = to.chat.id,     replyInThreadId: MessageThreadId? = replyInChatId.threadId,     replyInBusinessConnectionId: BusinessConnectionId? = replyInChatId.businessConnectionId,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowPaidBroadcast: Boolean = false,     effectId: EffectId? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>
inline suspend fun TelegramBot.replyWithSticker(    toChatId: IdChatIdentifier,     toMessageId: MessageId,     sticker: InputFile,     replyInChatId: IdChatIdentifier = toChatId,     replyInThreadId: MessageThreadId? = replyInChatId.threadId,     replyInBusinessConnectionId: BusinessConnectionId? = replyInChatId.businessConnectionId,     emoji: String? = null,     disableNotification: Boolean = false,     protectContent: Boolean = false,     allowPaidBroadcast: Boolean = false,     effectId: EffectId? = null,     allowSendingWithoutReply: Boolean? = null,     replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>