Sha256: dc8b5b1e18d32e51c847e3b3c3288754519e31d7fb13d5c78348b57d6e2dfc3e

Contents?: true

Size: 444 Bytes

Versions: 5

Compression:

Stored size: 444 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InputVenueMessageContent < InputMessageContent
        attribute :latitude, Float
        attribute :longitude, Float
        attribute :title, String
        attribute :address, String
        attribute :foursquare_id, String
        attribute :foursquare_type, String
        attribute :google_place_id, String
        attribute :google_place_type, String
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/input_venue_message_content.rb