Class: TD::Types::SponsoredMessages
- Defined in:
- lib/tdlib/types/sponsored_messages.rb
Overview
Contains a list of sponsored messages.
Instance Attribute Summary collapse
-
#messages ⇒ Array<TD::Types::SponsoredMessage>
List of sponsored messages.
-
#messages_between ⇒ Integer
The minimum number of messages between shown sponsored messages, or 0 if only one sponsored message must be shown after all ordinary messages.
Method Summary
Methods inherited from Base
Instance Attribute Details
#messages ⇒ Array<TD::Types::SponsoredMessage>
List of sponsored messages.
7 8 9 |
# File 'lib/tdlib/types/sponsored_messages.rb', line 7 def @messages end |
#messages_between ⇒ Integer
The minimum number of messages between shown sponsored messages, or 0 if only one sponsored message must be shown after all ordinary messages.
7 8 9 |
# File 'lib/tdlib/types/sponsored_messages.rb', line 7 def @messages_between end |