Current section

Files

Jump to
telega include telega@model@types_SharedUser.hrl
Raw

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()))
}).