Sha256: 3b47ce4903414dd9b91aea3ee22cdf5f53f1d1973ff15b2e53623f139926e02c

Contents?: true

Size: 546 Bytes

Versions: 3

Compression:

Stored size: 546 Bytes

Contents

module TD::Types
  # A map.
  #
  # @attr location [TD::Types::Location] Location of the map center.
  # @attr zoom [Integer] Map zoom level.
  # @attr width [Integer] Map width.
  # @attr height [Integer] Map height.
  # @attr caption [TD::Types::PageBlockCaption] Block caption.
  class PageBlock::Map < PageBlock
    attribute :location, TD::Types::Location
    attribute :zoom, TD::Types::Integer
    attribute :width, TD::Types::Integer
    attribute :height, TD::Types::Integer
    attribute :caption, TD::Types::PageBlockCaption
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/page_block/map.rb
tdlib-ruby-2.2.0 lib/tdlib/types/page_block/map.rb
tdlib-ruby-2.1.0 lib/tdlib/types/page_block/map.rb