Sha256: b59bf99495a715764d82289a1f1151a20ca539929e3b14035fa5ea9771ca0678

Contents?: true

Size: 344 Bytes

Versions: 4

Compression:

Stored size: 344 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InputContactMessageContent < InputMessageContent
        attribute :phone_number, Types::String
        attribute :first_name, Types::String
        attribute? :last_name, Types::String
        attribute? :vcard, Types::String
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/input_contact_message_content.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/input_contact_message_content.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/input_contact_message_content.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/input_contact_message_content.rb