Sha256: 7608fbf5ce41262a9648d23cda89c19b2b8f33f26910dc8a045254c791cfb76f
Contents?: true
Size: 284 Bytes
Versions: 6
Compression:
Stored size: 284 Bytes
Contents
module TD::Types # Contains information about saved Telegram Passport elements. # # @attr elements [Array<TD::Types::PassportElement>] Telegram Passport elements. class PassportElements < Base attribute :elements, TD::Types::Array.of(TD::Types::PassportElement) end end
Version data entries
6 entries across 6 versions & 2 rubygems