mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-03 07:09:23 +00:00
CallbackGame update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user