View Source ExGram.Model.ChatShared (ex_gram v0.53.0)
This object contains information about a chat that was shared with the bot using a KeyboardButtonRequestChat button.
Check the documentation of this model in https://core.telegram.org/bots/api#chatshared
Summary
Types
@type t() :: %ExGram.Model.ChatShared{ chat_id: integer(), photo: [ExGram.Model.PhotoSize.t()] | nil, request_id: integer(), title: String.t() | nil, username: String.t() | nil }