mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
RawChosenInlineResult is internal
This commit is contained in:
parent
0312c57741
commit
49cbcea405
@ -14,6 +14,7 @@
|
||||
* `RawMessageEntity` now is internal
|
||||
* `RawInlineQuery` now is internal
|
||||
* `RawCallbackQuery` now is internal
|
||||
* `RawChosenInlineResult` now is internal
|
||||
|
||||
## 0.17.0
|
||||
|
||||
|
@ -5,7 +5,7 @@ import com.github.insanusmokrassar.TelegramBotAPI.types.InlineQueries.abstracts.
|
||||
import kotlinx.serialization.*
|
||||
|
||||
@Serializable
|
||||
data class RawChosenInlineResult(
|
||||
internal data class RawChosenInlineResult(
|
||||
@SerialName(resultIdField)
|
||||
val resultId: InlineQueryIdentifier, //chosen temporary, can be changed
|
||||
@SerialName(fromField)
|
||||
|
Loading…
Reference in New Issue
Block a user