InlineQueryResultVenue

Undocumented in source.

Members

Mixins

__anonymous
mixin InlineQueryFields
Undocumented in source.

Variables

address
string address;
Undocumented in source.
foursquare_id
Nullable!string foursquare_id;
Undocumented in source.
id
string id;
Undocumented in source.
latitude
float latitude;
Undocumented in source.
longitude
float longitude;
Undocumented in source.
thumb_height
Nullable!uint thumb_height;
Undocumented in source.
thumb_url
Nullable!string thumb_url;
Undocumented in source.
thumb_width
Nullable!uint thumb_width;
Undocumented in source.
title
string title;
Undocumented in source.
type
string type;
Undocumented in source.

Mixed In Members

From mixin InlineQueryFields

reply_markup
Nullable!InlineKeyboardMarkup reply_markup;
Undocumented in source.
input_message_content
Nullable!InputMessageContent input_message_content;
Undocumented in source.

Meta