View Source Telegex.Type.ChatPhoto (Telegex v1.1.0)

This object represents a chat photo.

Link to this section Summary

Link to this section Types

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