Class: TD::Types::ReportChatSponsoredMessageResult::OptionRequired
- Inherits:
-
TD::Types::ReportChatSponsoredMessageResult
- Object
- Dry::Struct
- Base
- TD::Types::ReportChatSponsoredMessageResult
- TD::Types::ReportChatSponsoredMessageResult::OptionRequired
- Defined in:
- lib/tdlib/types/report_chat_sponsored_message_result/option_required.rb
Overview
The user must choose an option to report the message and repeat request with the chosen option.
Instance Attribute Summary collapse
-
#options ⇒ Array<TD::Types::ReportChatSponsoredMessageOption>
List of available options.
-
#title ⇒ TD::Types::String
Title for the option choice.
Method Summary
Methods inherited from Base
Instance Attribute Details
#options ⇒ Array<TD::Types::ReportChatSponsoredMessageOption>
List of available options.
6 7 8 |
# File 'lib/tdlib/types/report_chat_sponsored_message_result/option_required.rb', line 6 def @options end |
#title ⇒ TD::Types::String
Title for the option choice.
6 7 8 |
# File 'lib/tdlib/types/report_chat_sponsored_message_result/option_required.rb', line 6 def title @title end |