Sha256: 52366b919889b06e8d79af25aaa1e864e68de52b6ded643c34fa7a571cbf65a1

Contents?: true

Size: 314 Bytes

Versions: 11

Compression:

Stored size: 314 Bytes

Contents

# frozen_string_literal: true

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

11 entries across 11 versions & 2 rubygems

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