Sha256: 0a44fc2daad565abec0aff454057eb7b8b2078a6c7f4957ddec745281e63b9b6

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InputContactMessageContent < Base
        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

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/input_contact_message_content.rb