ExGram.Model.ChatShared (ex_gram v0.55.1)

View Source

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

t()

@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
}

Functions

decode_as()