Sha256: c9ebfbd232d3dca24cf71ed50a7989ccbe872ff89bc743a66e1d27313f7bfbc4
Contents?: true
Size: 474 Bytes
Versions: 2
Compression:
Stored size: 474 Bytes
Contents
module TD::Types # Thumbnail image of a very poor quality and low resolution. # # @attr width [Integer] Thumbnail width, usually doesn't exceed 40. # @attr height [Integer] Thumbnail height, usually doesn't exceed 40. # @attr data [String] The thumbnail in JPEG format. class Minithumbnail < Base attribute :width, TD::Types::Coercible::Integer attribute :height, TD::Types::Coercible::Integer attribute :data, TD::Types::Coercible::String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/minithumbnail.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/minithumbnail.rb |