Sha256: 468347243cc0d5c4a9c9d61c3f225fe416f4df03d2b5786d161a1a2969453f68

Contents?: true

Size: 294 Bytes

Versions: 2

Compression:

Stored size: 294 Bytes

Contents

module Telegram
  module Bot
    module Types
      class Contact < Base
        attribute :phone_number, String
        attribute :first_name, String
        attribute :last_name, String
        attribute :user_id, 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/contact.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/contact.rb