RawInlineQuery is internal

This commit is contained in:
InsanusMokrassar 2019-08-17 22:49:37 +06:00
parent 3285b2812e
commit e7af08142b
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
* `RawChatMember` now is internal and not available outside of library
* Make `Game` object a little bit more standartizated
* `RawMessageEntity` now is internal
* `RawInlineQuery` now is internal
## 0.17.0

View File

@ -4,7 +4,7 @@ import com.github.insanusmokrassar.TelegramBotAPI.types.*
import kotlinx.serialization.*
@Serializable
data class RawInlineQuery(
internal data class RawInlineQuery(
@SerialName(idField)
val id: InlineQueryIdentifier,
@SerialName(fromField)