Sha256: b6ca3bdee369231ac4c4efa4d046950484fb375c2e23485b6e925c6fa2bad20f
Contents?: true
Size: 549 Bytes
Versions: 26
Compression:
Stored size: 549 Bytes
Contents
module Telegram module Bot module Types class InlineQueryResultContact < Base attribute :type, String, default: 'contact' attribute :id, String attribute :phone_number, String attribute :first_name, String attribute :last_name, 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
26 entries across 26 versions & 2 rubygems