Sha256: 9ef3475a94a709dbdb8163771a0d9b7821402868408a299488de95bc8cb6867b
Contents?: true
Size: 250 Bytes
Versions: 26
Compression:
Stored size: 250 Bytes
Contents
module Telegram module Bot module Types class InputContactMessageContent < InputMessageContent attribute :phone_number, String attribute :first_name, String attribute :last_name, String end end end end
Version data entries
26 entries across 26 versions & 2 rubygems