View Source Telegex.Type.ChatShared (Telegex v1.8.0)
This object contains information about a chat that was shared with the bot using a KeyboardButtonRequestChat button.
Summary
Types
@type t() :: %Telegex.Type.ChatShared{ chat_id: integer(), photo: [Telegex.Type.PhotoSize.t()] | nil, request_id: integer(), title: String.t() | nil, username: String.t() | nil }