Sha256: 7c3fbeaeed3d9a842c5e85ac70ca192b80396ab3a5b9832a901f5e5e2c251d12

Contents?: true

Size: 205 Bytes

Versions: 3

Compression:

Stored size: 205 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/message_content/chat_change_photo.rb
tdlib-ruby-2.1.0 lib/tdlib/types/message_content/chat_change_photo.rb
tdlib-ruby-2.0.0 lib/tdlib/types/message_content/chat_change_photo.rb