Sha256: d7bb2e562f1541622d63a81cec7db8bb04e4db24aeb578ae314c76cd3e3a0d58
Contents?: true
Size: 741 Bytes
Versions: 5
Compression:
Stored size: 741 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultVenue < Base attribute :type, String, default: 'venue' attribute :id, String 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 attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent attribute :thumb_url, String attribute :thumb_width, Integer attribute :thumb_height, Integer end end end end
Version data entries
5 entries across 5 versions & 1 rubygems