InlineQueryUpdate

data class InlineQueryUpdate(val updateId: UpdateIdentifier, val data: InlineQuery) : Update

Constructors

Link copied to clipboard
constructor(updateId: UpdateIdentifier, data: InlineQuery)

Properties

Link copied to clipboard
open override val data: InlineQuery
Link copied to clipboard
open override val updateId: UpdateIdentifier