mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-03 15:19:30 +00:00
fix of #990
This commit is contained in:
@@ -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