CallbackGame update

This commit is contained in:
InsanusMokrassar 2020-04-22 13:08:05 +06:00
parent 3f896c2240
commit 17f64f9b48
2 changed files with 3 additions and 5 deletions

View File

@ -43,6 +43,8 @@
* `TelegramBotAPI`:
* Now any getting of updates will return `UnknownUpdateType` when inside of deserialization will be
`SerializationException` or `NotImplemented` error
* `CallbackGame` currently is an object
* It is possible to use `CallbackGame` for now
### 0.26.3

View File

@ -3,8 +3,4 @@ package com.github.insanusmokrassar.TelegramBotAPI.types.games
import kotlinx.serialization.Serializable
@Serializable
class CallbackGame {
init {
TODO()
}
}
object CallbackGame