Sha256: 2b5d42671bac0c159c463f13da93963aa5b9b2c96a6cf0402bb4644bf7e9de7c

Contents?: true

Size: 318 Bytes

Versions: 1

Compression:

Stored size: 318 Bytes

Contents

module TD::Types
  # Describes the reason why a chat is reported.
  class ChatReportReason < Base
    %w[
      spam
      violence
      pornography
      child_abuse
      copyright
      custom
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/chat_report_reason/#{type}"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.1.0 lib/tdlib/types/chat_report_reason.rb