Class: TD::Types::MessageContent::ChatChangePhoto

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/chat_change_photo.rb

Overview

An updated chat photo.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#photoTD::Types::ChatPhoto

New chat photo.

Returns:



5
6
7
# File 'lib/tdlib/types/message_content/chat_change_photo.rb', line 5

def photo
  @photo
end