Sha256: fc5f06d2c6a521d7c2fcc1975e20e6700e4bf4f98d40be59c125693eaab1f0d4
Contents?: true
Size: 283 Bytes
Versions: 12
Compression:
Stored size: 283 Bytes
Contents
module Telegram module Bot module Types class InputContactMessageContent < InputMessageContent attribute :phone_number, String attribute :first_name, String attribute :last_name, String attribute :vcard, String end end end end
Version data entries
12 entries across 12 versions & 1 rubygems