Sha256: 4541e3631c5292b16f28309ec87a6cd5f02226fdb7b246f70f41a0a15af3fa3a

Contents?: true

Size: 682 Bytes

Versions: 1

Compression:

Stored size: 682 Bytes

Contents

module TD::Types
  # Contains basic information about a chat filter.
  #
  # @attr id [Integer] Unique chat filter identifier.
  # @attr title [String] The title of the filter; 1-12 characters without line feeds.
  # @attr icon_name [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::Integer
    attribute :title, TD::Types::String
    attribute :icon_name, TD::Types::String
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/chat_filter_info.rb