Sha256: 7a1acebefde0ff3761c85eb2f8487efd0f2d4446653411d3ee6a50588e03e36e
Contents?: true
Size: 423 Bytes
Versions: 2
Compression:
Stored size: 423 Bytes
Contents
module TD::Types # Describes the photo of a chat. # # @attr small [TD::Types::File] A small (160x160) chat photo. # The file can be downloaded only before the photo is changed. # @attr big [TD::Types::File] A big (640x640) chat photo. # The file can be downloaded only before the photo is changed. class ChatPhoto < Base attribute :small, TD::Types::File attribute :big, TD::Types::File end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/chat_photo.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/chat_photo.rb |