KeyboardButton

Undocumented in source.

Constructors

this
this(string text)
Undocumented in source.
this
this(string text, bool requestContact)
Undocumented in source.
this
this(string text, bool requestContact, bool requestLocation)
Undocumented in source.

Members

Functions

requestContact
typeof(this) requestContact(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
requestLocation
typeof(this) requestLocation(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

request_contact
Nullable!bool request_contact;
Undocumented in source.
request_location
Nullable!bool request_location;
Undocumented in source.
text
string text;
Undocumented in source.

Meta