Sha256: ededbd7117c05370c6a4c6970db51ef33e9ddd3c26bc9e4d877df7db4f58a11e

Contents?: true

Size: 579 Bytes

Versions: 3

Compression:

Stored size: 579 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::Coercible::Integer
    attribute :width, TD::Types::Coercible::Integer
    attribute :height, TD::Types::Coercible::Integer
    attribute :caption, TD::Types::PageBlockCaption
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/page_block/map.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/page_block/map.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/page_block/map.rb