mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
CallbackGame update
This commit is contained in:
parent
3f896c2240
commit
17f64f9b48
@ -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
|
||||
|
||||
|
@ -3,8 +3,4 @@ package com.github.insanusmokrassar.TelegramBotAPI.types.games
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
class CallbackGame {
|
||||
init {
|
||||
TODO()
|
||||
}
|
||||
}
|
||||
object CallbackGame
|
||||
|
Loading…
Reference in New Issue
Block a user