Sha256: dac4927c3b68a01b4d16d77c8457f2b09e6e45b53dd17172313dc5130a2be2f2
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
module TD::Types # Describes the reason why a chat is reported. class ChatReportReason < Base %w[ spam violence pornography 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.0.0 | lib/tdlib/types/chat_report_reason.rb |