View Source Telegex.Type.InputContactMessageContent (Telegex v1.8.0)

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

Summary

Types

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