Current section

Files

Jump to
telega include telega@model_InputContactMessageContent.hrl
Raw

include/telega@model_InputContactMessageContent.hrl

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