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

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

Check the documentation of this model in https://core.telegram.org/bots/api#usersshared

Summary

Types

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

Functions