module Bot
    module Types
      class Location < Base
        attribute :longitude, Types::Float
        attribute :latitude, Types::Float