Sha256: 35cd3aa6f2436d0bfab2f1cb1e71056616cbf33bc3e8b1d967b0f113730b49c4
Contents?: true
Size: 613 Bytes
Versions: 10
Compression:
Stored size: 613 Bytes
Contents
# frozen_string_literal: true 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 :vcard, 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
10 entries across 10 versions & 2 rubygems