Current section

Files

Jump to
telega include telega@model_Contact.hrl
Raw

include/telega@model_Contact.hrl

-record(contact, {
phone_number :: binary(),
first_name :: binary(),
last_name :: gleam@option:option(binary()),
user_id :: gleam@option:option(integer()),
vcard :: gleam@option:option(binary())
}).