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