Sha256: fefdba9ff6af7e8666744ca4a86426b7c014d58be271ea0b4c9b43e7a6165b48

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 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
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/top_chat_category/#{type}"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-ruby-2.1.0 lib/tdlib/types/top_chat_category.rb
tdlib-ruby-2.0.0 lib/tdlib/types/top_chat_category.rb