Current section
Files
Jump to
Current section
Files
include/telega@model@types_SharedUser.hrl
-record(shared_user, {
user_id :: integer(),
first_name :: gleam@option:option(binary()),
last_name :: gleam@option:option(binary()),
username :: gleam@option:option(binary()),
photo :: gleam@option:option(list(telega@model@types:photo_size()))
}).