LocationChosenInlineResult

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

Properties

Link copied to clipboard
open override val from: User

The source User of this type

Link copied to clipboard
open override val inlineMessageId: InlineMessageIdentifier?
Link copied to clipboard
val location: StaticLocation
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