Sha256: 0ec8f6275b4170ad28135555a7dd4d2ebbb60a2c34e12d00ec89cf3679815eba

Contents?: true

Size: 213 Bytes

Versions: 3

Compression:

Stored size: 213 Bytes

Contents

module TD::Types
  # An updated chat photo.
  #
  # @attr photo [TD::Types::ChatPhoto] New chat photo.
  class MessageContent::ChatChangePhoto < MessageContent
    attribute :photo, TD::Types::ChatPhoto
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/message_content/chat_change_photo.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/message_content/chat_change_photo.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/message_content/chat_change_photo.rb