Sha256: 2888f440636840a0afa072699e02157b091ce85361fc03c1c0113ff049814ab3
Contents?: true
Size: 201 Bytes
Versions: 3
Compression:
Stored size: 201 Bytes
Contents
module TD::Types # A custom reason provided by the user. # # @attr text [String] Report text. class ChatReportReason::Custom < ChatReportReason attribute :text, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/chat_report_reason/custom.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/chat_report_reason/custom.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/chat_report_reason/custom.rb |