Options
All
  • Public
  • Public/Protected
  • All
Menu

This object represents an incoming inline query. When the user sends an empty query, your bot could return some default or trending results.

Hierarchy

  • IInlineQuery

Index

Properties

Properties

from

from: IUser

Sender.

id

id: string

Unique identifier for this query.

Optional location

location: ILocation

Sender location, only for bots that request user location.

offset

offset: string

Offset of the results to be returned, can be controlled by the bot.

query

query: string

Text of the query (up to 512 characters).

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc