Sha256: 4a076d6367f6c732e47b85886f3a3e21218382943904957f2aa27793a8d6a433

Contents?: true

Size: 356 Bytes

Versions: 7

Compression:

Stored size: 356 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
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/input_venue_message_content.rb