Sha256: b11fcb200c8207595ecf4ef3397c0dcf538d3ebbeccc2a5a55207bf87c316d0e

Contents?: true

Size: 715 Bytes

Versions: 2

Compression:

Stored size: 715 Bytes

Contents

module TD::Types
  # Contains basic information about a chat filter.
  #
  # @attr id [Integer] Unique chat filter identifier.
  # @attr title [TD::Types::String] The title of the filter; 1-12 characters without line feeds.
  # @attr icon_name [TD::Types::String] The icon name for short filter representation.
  #   One of "All", "Unread", "Unmuted", "Bots", "Channels", "Groups", "Private", "Custom", "Setup", "Cat", "Crown",
  #   "Favorite", "Flower", "Game", "Home", "Love", "Mask", "Party", "Sport", "Study", "Trade", "Travel", "Work".
  class ChatFilterInfo < Base
    attribute :id, TD::Types::Coercible::Integer
    attribute :title, TD::Types::String
    attribute :icon_name, TD::Types::String
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/chat_filter_info.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_filter_info.rb