View Source Telegex.Type.SharedUser (Telegex v1.8.0)
This object contains information about a user that was shared with the bot using a KeyboardButtonRequestUsers button.
Summary
Types
@type t() :: %Telegex.Type.SharedUser{ first_name: String.t() | nil, last_name: String.t() | nil, photo: [Telegex.Type.PhotoSize.t()] | nil, user_id: integer(), username: String.t() | nil }