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

Version Path
telegram-bot-types-0.6.1 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.8.6.1 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.8.6 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.8.5 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.8.4 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.8.3 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.8.2 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.8.1 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-types-0.4.1 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.8.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.7.2 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.7.1 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-types-0.3.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.7.0 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.6.0.2 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.6.0.1 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.5.3 lib/telegram/bot/types/inline_query_result_contact.rb
telegram-bot-ruby-0.5.2 lib/telegram/bot/types/inline_query_result_contact.rb