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

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/inline_query_result_contact.rb