ex_gram v0.11.0 ExGram.Model.InlineQueryResultContact View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %ExGram.Model.InlineQueryResultContact{
first_name: String.t(),
id: String.t(),
input_message_content: ExGram.Model.InputMessageContent.t(),
last_name: String.t(),
phone_number: String.t(),
reply_markup: ExGram.Model.InlineKeyboardMarkup.t(),
thumb_height: integer(),
thumb_url: String.t(),
thumb_width: integer(),
type: String.t(),
vcard: String.t()
}