Sha256: 6f0fe209853bd638f9c8fc62c40ad4b1a7f89059932208ad2c719200f2003ac2

Contents?: true

Size: 535 Bytes

Versions: 4

Compression:

Stored size: 535 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/input_venue_message_content.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/input_venue_message_content.rb