View Source ExGram.Model.SharedUser (ex_gram v0.53.0)
This object contains information about a user that was shared with the bot using a KeyboardButtonRequestUsers button.
Check the documentation of this model in https://core.telegram.org/bots/api#shareduser
Summary
Types
@type t() :: %ExGram.Model.SharedUser{ first_name: String.t() | nil, last_name: String.t() | nil, photo: [ExGram.Model.PhotoSize.t()] | nil, user_id: integer(), username: String.t() | nil }