Sha256: dafa87b0287b2b5d48b711738219d01be6008e6f3c09b87957ae9acc22eb1cfd
Contents?: true
Size: 316 Bytes
Versions: 11
Compression:
Stored size: 316 Bytes
Contents
# frozen_string_literal: true 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
11 entries across 11 versions & 2 rubygems