ExGram.Model.UsersShared (ex_gram v0.56.0)

View Source

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

t()

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

Functions

decode_as()