Tourmaline::InputContactMessageContent
Inherits JSON::Serializable / Reference / Object
Represents the content of a contact message to be sent as the result of an inline query.
Constructors
new(phone_number : String, first_name : String, last_name : String | Nil = nil, vcard : String | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source