Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a venue. By default, the venue will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the venue.

Hierarchy

Index

Properties

address

address: string

Address of the venue.

Optional foursquare_id

foursquare_id: string

Foursquare identifier of the venue if known.

id

id: string

Unique identifier for this result, 1-64 Bytes.

Optional input_message_content

input_message_content: IInputMessageContent

Content of the message to be sent instead of the venue.

latitude

latitude: number

Latitude of the venue location in degrees.

longitude

longitude: number

Longitude of the venue location in degrees.

Optional reply_markup

reply_markup: IInlineKeyboardMarkup

Inline keyboard attached to the message.

Optional thumb_height

thumb_height: number

Thumbnail height.

Optional thumb_url

thumb_url: string

Url of the thumbnail for the result.

Optional thumb_width

thumb_width: number

Thumbnail width.

title

title: string

Title of the venue.

type

type: string

Type of the result, must be venue.

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