Sha256: 8aac49b81d36c5c7b75707480a6ec8f57fa81cc17bd70ed4d854f283b0a9b5cc
Contents?: true
Size: 574 Bytes
Versions: 35
Compression:
Stored size: 574 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultPhoto < Base attribute :type, String, default: 'photo' attribute :id, String attribute :photo_url, String attribute :thumb_url, String attribute :photo_width, Integer attribute :photo_height, Integer attribute :title, String attribute :description, String attribute :caption, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
35 entries across 35 versions & 3 rubygems