1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-17 12:30:20 +00:00

Compare commits

..

2 Commits

3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# TelegramBotAPI changelog # TelegramBotAPI changelog
## 15.1.1 ## 15.2.0
* `API`: * `API`:
* Enabled an `explicit mode` for `API` module ([PR #876](https://github.com/InsanusMokrassar/ktgbotapi/pull/876)) * 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 kotlin.incremental.js=true
library_group=dev.inmo 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, effectId = effectId,
replyParameters = replyParameters, replyParameters = replyParameters,
replyMarkup = replyMarkup replyMarkup = replyMarkup
) as SendMessageRequest<ContentMessage<LiveLocationContent>> )
} }
/** /**
@@ -150,5 +150,5 @@ data class StaticLocationContent(
effectId = effectId, effectId = effectId,
replyParameters = replyParameters, replyParameters = replyParameters,
replyMarkup = replyMarkup replyMarkup = replyMarkup
) as SendMessageRequest<ContentMessage<StaticLocationContent>> )
} }