reply To Ephemeral With Sticker
suspend fun TelegramBot.replyToEphemeralWithSticker(chatId: ChatIdentifier, receiverUserId: UserId, ephemeralMessageId: EphemeralMessageId, sticker: InputFile, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<StickerContent>(source)
suspend fun TelegramBot.replyToEphemeralWithSticker(chatId: EphemeralChatId, sticker: InputFile, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ChatContentMessage<StickerContent>(source)
Convenience overload sourcing receiverUserId/ephemeralMessageId from chatId. Throws IllegalArgumentException if chatId does not carry an ephemeralMessageId