LocationChosenInlineResult

@Serializable
data class LocationChosenInlineResult(val resultId: InlineQueryIdentifier, val from: User, val location: StaticLocation, val inlineMessageId: InlineMessageIdentifier?, val query: String) : ChosenInlineResult

Constructors

Link copied to clipboard
constructor(resultId: InlineQueryIdentifier, from: User, location: StaticLocation, inlineMessageId: InlineMessageIdentifier?, query: String)

Properties

Link copied to clipboard
@SerialName(value = "from")
open override val from: User

The source User of this type

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val query: String
Link copied to clipboard
open override val resultId: InlineQueryIdentifier
Link copied to clipboard
open override val user: User