Sha256: 78cf26195c187477c11a2f009880aacd4388fb4000f552ccd19e71dc850ff51e

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

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