Sha256: d9aaca8dd7d10771405887def6fb204086178eaf48ffaf817a852931aa6aead9
Contents?: true
Size: 291 Bytes
Versions: 3
Compression:
Stored size: 291 Bytes
Contents
module TD::Types # The list of chat filters or a chat filter has changed. # # @attr chat_filters [Array<TD::Types::ChatFilterInfo>] The new list of chat filters. class Update::ChatFilters < Update attribute :chat_filters, TD::Types::Array.of(TD::Types::ChatFilterInfo) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/chat_filters.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/chat_filters.rb |
tdlib-schema-1.7.0.1 | lib/tdlib/types/update/chat_filters.rb |