mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
RawInlineQuery is internal
This commit is contained in:
parent
3285b2812e
commit
e7af08142b
@ -12,6 +12,7 @@
|
|||||||
* `RawChatMember` now is internal and not available outside of library
|
* `RawChatMember` now is internal and not available outside of library
|
||||||
* Make `Game` object a little bit more standartizated
|
* Make `Game` object a little bit more standartizated
|
||||||
* `RawMessageEntity` now is internal
|
* `RawMessageEntity` now is internal
|
||||||
|
* `RawInlineQuery` now is internal
|
||||||
|
|
||||||
## 0.17.0
|
## 0.17.0
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ import com.github.insanusmokrassar.TelegramBotAPI.types.*
|
|||||||
import kotlinx.serialization.*
|
import kotlinx.serialization.*
|
||||||
|
|
||||||
@Serializable
|
@Serializable
|
||||||
data class RawInlineQuery(
|
internal data class RawInlineQuery(
|
||||||
@SerialName(idField)
|
@SerialName(idField)
|
||||||
val id: InlineQueryIdentifier,
|
val id: InlineQueryIdentifier,
|
||||||
@SerialName(fromField)
|
@SerialName(fromField)
|
||||||
|
Loading…
Reference in New Issue
Block a user