Class: TD::Types::ReportChatSponsoredMessageOption
- Defined in:
- lib/tdlib/types/report_chat_sponsored_message_option.rb
Overview
Describes an option to report a sponsored message.
Instance Attribute Summary collapse
-
#id ⇒ String
Unique identifier of the option.
-
#text ⇒ TD::Types::String
Text of the option.
Method Summary
Methods inherited from Base
Instance Attribute Details
#id ⇒ String
Unique identifier of the option.
6 7 8 |
# File 'lib/tdlib/types/report_chat_sponsored_message_option.rb', line 6 def id @id end |
#text ⇒ TD::Types::String
Text of the option.
6 7 8 |
# File 'lib/tdlib/types/report_chat_sponsored_message_option.rb', line 6 def text @text end |