Sha256: 81c1cb0620cf0fe9a8807702733553664341c7ea5fff6e2c522d1e3421d3d9b1

Contents?: true

Size: 376 Bytes

Versions: 4

Compression:

Stored size: 376 Bytes

Contents

module TD::Types
  # Represents the categories of chats for which a list of frequently used chats can be retrieved.
  class TopChatCategory < Base
    %w[
      users
      bots
      groups
      channels
      inline_bots
      calls
      forward_chats
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/top_chat_category/#{type}"
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/top_chat_category.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/top_chat_category.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/top_chat_category.rb
tdlib-ruby-2.2.0 lib/tdlib/types/top_chat_category.rb