ExGram.Model.InputContactMessageContent (ex_gram v0.40.0) View Source

Represents the content of a contact message to be sent as the result of an inline query.

Check the documentation of this model in https://core.telegram.org/bots/api#inputcontactmessagecontent

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.InputContactMessageContent{
  first_name: String.t(),
  last_name: String.t() | nil,
  phone_number: String.t(),
  vcard: String.t() | nil
}

Link to this section Functions