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

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

Summary

Types

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

Functions