1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-16 20:10:18 +00:00

Compare commits

..

2 Commits

3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# TelegramBotAPI changelog
## 15.1.1
## 15.2.0
* `API`:
* Enabled an `explicit mode` for `API` module ([PR #876](https://github.com/InsanusMokrassar/ktgbotapi/pull/876))

View File

@@ -6,4 +6,4 @@ kotlin.incremental=true
kotlin.incremental.js=true
library_group=dev.inmo
library_version=15.1.1
library_version=15.2.0

View File

@@ -119,7 +119,7 @@ data class LiveLocationContent(
effectId = effectId,
replyParameters = replyParameters,
replyMarkup = replyMarkup
) as SendMessageRequest<ContentMessage<LiveLocationContent>>
)
}
/**
@@ -150,5 +150,5 @@ data class StaticLocationContent(
effectId = effectId,
replyParameters = replyParameters,
replyMarkup = replyMarkup
) as SendMessageRequest<ContentMessage<StaticLocationContent>>
)
}