# `ExGram.Model.UsersShared`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L4347)

This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#usersshared)

- `request_id`: Identifier of the request
- `users`: Information about users shared with the bot.

# `t`

```elixir
@type t() :: %ExGram.Model.UsersShared{
  request_id: integer(),
  users: [ExGram.Model.SharedUser.t()]
}
```

# `decode_as`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
