mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
CallbackGame update
This commit is contained in:
parent
3f896c2240
commit
17f64f9b48
@ -43,6 +43,8 @@
|
|||||||
* `TelegramBotAPI`:
|
* `TelegramBotAPI`:
|
||||||
* Now any getting of updates will return `UnknownUpdateType` when inside of deserialization will be
|
* Now any getting of updates will return `UnknownUpdateType` when inside of deserialization will be
|
||||||
`SerializationException` or `NotImplemented` error
|
`SerializationException` or `NotImplemented` error
|
||||||
|
* `CallbackGame` currently is an object
|
||||||
|
* It is possible to use `CallbackGame` for now
|
||||||
|
|
||||||
### 0.26.3
|
### 0.26.3
|
||||||
|
|
||||||
|
@ -3,8 +3,4 @@ package com.github.insanusmokrassar.TelegramBotAPI.types.games
|
|||||||
import kotlinx.serialization.Serializable
|
import kotlinx.serialization.Serializable
|
||||||
|
|
||||||
@Serializable
|
@Serializable
|
||||||
class CallbackGame {
|
object CallbackGame
|
||||||
init {
|
|
||||||
TODO()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user