mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
fix build
This commit is contained in:
parent
3575a62f34
commit
4cd1316e27
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## 3.2.2
|
## 3.2.2
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `MicroUtils`: `0.12.10` -> `0.12.13`
|
||||||
* `Core`:
|
* `Core`:
|
||||||
* `MessageIdentifier` has been renamed to `MessageId`
|
* `MessageIdentifier` has been renamed to `MessageId`
|
||||||
* `API`:
|
* `API`:
|
||||||
|
@ -13,7 +13,7 @@ ktor = "2.1.1"
|
|||||||
ksp = "1.7.10-1.0.6"
|
ksp = "1.7.10-1.0.6"
|
||||||
kotlin-poet = "1.12.0"
|
kotlin-poet = "1.12.0"
|
||||||
|
|
||||||
microutils = "0.12.10"
|
microutils = "0.12.13"
|
||||||
|
|
||||||
github-release-plugin = "2.4.1"
|
github-release-plugin = "2.4.1"
|
||||||
|
|
||||||
|
@ -1100,8 +1100,8 @@ suspend fun TelegramBot.reply(
|
|||||||
*
|
*
|
||||||
* @see handleLiveLocation
|
* @see handleLiveLocation
|
||||||
*/
|
*/
|
||||||
@JvmName("replyLiveLocationWithLocation")
|
@JvmName("replyLiveLocationWithLocationChatIdAndMessageId")
|
||||||
@JsName("replyLiveLocationWithLocation")
|
@JsName("replyLiveLocationWithLocationChatIdAndMessageId")
|
||||||
suspend fun TelegramBot.reply(
|
suspend fun TelegramBot.reply(
|
||||||
toChatId: ChatId,
|
toChatId: ChatId,
|
||||||
toMessageId: MessageId,
|
toMessageId: MessageId,
|
||||||
@ -1127,8 +1127,8 @@ suspend fun TelegramBot.reply(
|
|||||||
*
|
*
|
||||||
* @see handleLiveLocation
|
* @see handleLiveLocation
|
||||||
*/
|
*/
|
||||||
@JvmName("replyLiveLocationWithLatLong")
|
@JvmName("replyLiveLocationWithLatLongChatIdAndMessageId")
|
||||||
@JsName("replyLiveLocationWithLatLong")
|
@JsName("replyLiveLocationWithLatLongChatIdAndMessageId")
|
||||||
suspend fun TelegramBot.reply(
|
suspend fun TelegramBot.reply(
|
||||||
toChatId: ChatId,
|
toChatId: ChatId,
|
||||||
toMessageId: MessageId,
|
toMessageId: MessageId,
|
||||||
|
Loading…
Reference in New Issue
Block a user