Sha256: 119685aa46f4a35d5b3003fdb7d8a6d38d792e3981415c5e56c501ee8aba2006
Contents?: true
Size: 251 Bytes
Versions: 9
Compression:
Stored size: 251 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, String end end end end
Version data entries
9 entries across 9 versions & 1 rubygems