InlineQueryResultContact

Undocumented in source.

Members

Mixins

__anonymous
mixin InlineQueryFields
Undocumented in source.

Variables

first_name
string first_name;
Undocumented in source.
id
string id;
Undocumented in source.
last_name
Nullable!string last_name;
Undocumented in source.
phone_number
string phone_number;
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.
type
string type;
Undocumented in source.
vcard
Nullable!string vcard;
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