Sha256: 0254247f518c0034b9e732877cc1e77e24feaa640d603e7eec046faaab1cc2b2

Contents?: true

Size: 599 Bytes

Versions: 2

Compression:

Stored size: 599 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
        attribute :vcard, String                 
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dialog_bot_ruby-0.8.8 lib/telegram/bot/types/inline_query_result_contact.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/inline_query_result_contact.rb