Sha256: 513dd49cdbec4ca8275339349962b5dbf1004ce3b8eee6c2689a086f09f5230f
Contents?: true
Size: 283 Bytes
Versions: 3
Compression:
Stored size: 283 Bytes
Contents
module TD::Types # Describes a photo to be set as a user profile or chat photo. class InputChatPhoto < Base %w[ previous static animation ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/input_chat_photo/#{type}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/input_chat_photo.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/input_chat_photo.rb |
tdlib-schema-1.7.0.1 | lib/tdlib/types/input_chat_photo.rb |