Sha256: f982bd7c9a466c70dfa737a9093e19ae83d651dbacb886b4bef1a9f73bf7aced
Contents?: true
Size: 285 Bytes
Versions: 12
Compression:
Stored size: 285 Bytes
Contents
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
12 entries across 12 versions & 1 rubygems