Sha256: 58f5bd2d7b1c1c1a9656c5f7eb4a469b4c841417c55585f0af293f6a8ca9f23f

Contents?: true

Size: 582 Bytes

Versions: 12

Compression:

Stored size: 582 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 :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

12 entries across 12 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/inline_query_result_contact.rb