Sha256: 6606b97d3a02eb9a76cef967948d48e0bc57f7f10cca608b58f3f19326eb8de3
Contents?: true
Size: 235 Bytes
Versions: 2
Compression:
Stored size: 235 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::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/chat_list/filter.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/chat_list/filter.rb |