mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-02 22:59:48 +00:00
fix of #990
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
## 27.1.1
|
||||
|
||||
* `Core`:
|
||||
* Make `BusinessLocation#location` optional (fix of [#990](https://github.com/InsanusMokrassar/ktgbotapi/issues/990))
|
||||
|
||||
## 27.1.0
|
||||
|
||||
* `Core`:
|
||||
|
@@ -11,5 +11,5 @@ data class BusinessLocation(
|
||||
@SerialName(addressField)
|
||||
val address: String,
|
||||
@SerialName(locationField)
|
||||
val location: StaticLocation
|
||||
val location: StaticLocation? = null
|
||||
)
|
||||
|
Reference in New Issue
Block a user