View Source ExGram.Model.UserShared (ex_gram v0.41.0)

This object contains information about the user whose identifier was shared with the bot using a KeyboardButtonRequestUser button.

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

Summary

Types

@type t() :: %ExGram.Model.UserShared{request_id: integer(), user_id: integer()}

Functions