Sha256: 1dc96175ac1a28fa33fef6f900e9584c3193e8419b4baac396e55a626b48dd93
Contents?: true
Size: 229 Bytes
Versions: 4
Compression:
Stored size: 229 Bytes
Contents
module TD::Types # Contains a list of chat lists. # # @attr chat_lists [Array<TD::Types::ChatList>] List of chat lists. class ChatLists < Base attribute :chat_lists, TD::Types::Array.of(TD::Types::ChatList) end end
Version data entries
4 entries across 4 versions & 1 rubygems