Class: TD::Types::PublicForwards
- Defined in:
- lib/tdlib/types/public_forwards.rb
Overview
Represents a list of public forwards and reposts as a story of a message or a story.
Instance Attribute Summary collapse
-
#forwards ⇒ Array<TD::Types::PublicForward>
List of found public forwards and reposts.
-
#next_offset ⇒ TD::Types::String
The offset for the next request.
-
#total_count ⇒ Integer
Approximate total number of messages and stories found.
Method Summary
Methods inherited from Base
Instance Attribute Details
#forwards ⇒ Array<TD::Types::PublicForward>
List of found public forwards and reposts.
8 9 10 |
# File 'lib/tdlib/types/public_forwards.rb', line 8 def forwards @forwards end |
#next_offset ⇒ TD::Types::String
The offset for the next request. If empty, then there are no more results.
8 9 10 |
# File 'lib/tdlib/types/public_forwards.rb', line 8 def next_offset @next_offset end |
#total_count ⇒ Integer
Approximate total number of messages and stories found.
8 9 10 |
# File 'lib/tdlib/types/public_forwards.rb', line 8 def total_count @total_count end |