mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-16 05:40:32 +00:00
add directMessageThreadId parameter in create resend
This commit is contained in:
@@ -2619,7 +2619,7 @@ public suspend fun TelegramBot.reply(
|
||||
allowPaidBroadcast = allowPaidBroadcast,
|
||||
effectId = effectId,
|
||||
replyParameters = ReplyParameters(to, allowSendingWithoutReply = allowSendingWithoutReply == true, checklistTaskId = checklistTaskId),
|
||||
replyMarkup = replyMarkup
|
||||
replyMarkup = replyMarkup,
|
||||
)
|
||||
)
|
||||
|
||||
|
@@ -2621,7 +2621,7 @@ public suspend fun TelegramBot.reply(
|
||||
allowPaidBroadcast = allowPaidBroadcast,
|
||||
effectId = effectId,
|
||||
replyParameters = ReplyParameters(toChatId, toMessageId, allowSendingWithoutReply = allowSendingWithoutReply, checklistTaskId = checklistTaskId),
|
||||
replyMarkup = replyMarkup
|
||||
replyMarkup = replyMarkup,
|
||||
)
|
||||
)
|
||||
}
|
||||
|
@@ -30,7 +30,7 @@ public suspend inline fun <T : MessageContent> TelegramBot.resend(
|
||||
allowPaidBroadcast = allowPaidBroadcast,
|
||||
effectId = effectId,
|
||||
replyParameters = replyParameters,
|
||||
replyMarkup = replyMarkup
|
||||
replyMarkup = replyMarkup,
|
||||
)
|
||||
) as ContentMessage<T>
|
||||
|
||||
|
Reference in New Issue
Block a user