Class: TD::Types::ChatReportReason::Custom
- Inherits:
-
TD::Types::ChatReportReason
- Object
- Dry::Struct
- Base
- TD::Types::ChatReportReason
- TD::Types::ChatReportReason::Custom
- Defined in:
- lib/tdlib/types/chat_report_reason/custom.rb
Overview
A custom reason provided by the user.
Instance Attribute Summary collapse
-
#text ⇒ String
Report text.
Method Summary
Methods inherited from Base
Instance Attribute Details
#text ⇒ String
Report text.
5 6 7 |
# File 'lib/tdlib/types/chat_report_reason/custom.rb', line 5 def text @text end |