View Source Telegex.Type.UsersShared (Telegex v1.8.0)

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

Summary

Types

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