View Source Telegex.Type.InputContactMessageContent (Telegex v1.0.0-rc.3)

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

Link to this section Summary

Link to this section Types

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