LocationChosenInlineResult

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

Constructors

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

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