class Tourmaline::InputContactMessageContent

Included Modules

Defined in:

tourmaline/models/input_contact_message_content.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tourmaline::Model

client : Tourmaline::Client client, client=(client : Tourmaline::Client) client=, client? : Tourmaline::Client | Nil client?, finish_init(client : Tourmaline::Client) finish_init

Constructor Detail

def self.new(phone_number : String, first_name : String, last_name : String | Nil = nil, vcard : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def first_name : String #

[View source]
def last_name : String | Nil #

[View source]
def phone_number : String #

[View source]
def vcard : String | Nil #

[View source]