Sha256: dc6ab5259b7011f942e1011d1dabb8bcef8e09d761663fd5c9887896421ce6fa
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
module TD::Types # Contains information about the availability of the "Report spam" action for a chat. # # @attr can_report_spam [Boolean] True, if a prompt with the "Report spam" action should be shown to the user. class ChatReportSpamState < Base attribute :can_report_spam, TD::Types::Bool end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.1.0 | lib/tdlib/types/chat_report_spam_state.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/chat_report_spam_state.rb |