Sha256: 1f8c468b0e7075f686d3d3ca5879a162e0b8e598826fbca62dfd8dc4dcb17514

Contents?: true

Size: 255 Bytes

Versions: 4

Compression:

Stored size: 255 Bytes

Contents

module TD::Types
  # Describes a type of public chats.
  class PublicChatType < Base
    %w[
      has_username
      is_location_based
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/public_chat_type/#{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/public_chat_type.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/public_chat_type.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/public_chat_type.rb
tdlib-ruby-2.2.0 lib/tdlib/types/public_chat_type.rb