View Source ExGram.Model.SharedUser (ex_gram v0.52.2)

This object contains information about a user that was shared with the bot using a KeyboardButtonRequestUser 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
}

Functions