mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-04 07:39:39 +00:00
RawChosenInlineResult is internal
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user