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

This object represents a chat photo.

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions