Sha256: 475bb9d59d44ee38a7b9a73031a28ea309501085317d194713ca66ced5096c93
Contents?: true
Size: 224 Bytes
Versions: 1
Compression:
Stored size: 224 Bytes
Contents
module TD::Types # A list of chats belonging to a chat filter. # # @attr chat_filter_id [Integer] Chat filter identifier. class ChatList::Filter < ChatList attribute :chat_filter_id, TD::Types::Integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/chat_list/filter.rb |