View Source ExGram.Model.ChatPhoto (ex_gram v0.52.2)

This object represents a chat photo.

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

Summary

Types

@type t() :: %ExGram.Model.ChatPhoto{
  big_file_id: String.t(),
  big_file_unique_id: String.t(),
  small_file_id: String.t(),
  small_file_unique_id: String.t()
}

Functions