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

This object represents a chat photo.

Summary

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()
}