Class: TD::Types::AddedReactions
- Defined in:
- lib/tdlib/types/added_reactions.rb
Overview
Represents a list of reactions added to a message.
Instance Attribute Summary collapse
-
#next_offset ⇒ TD::Types::String
The offset for the next request.
-
#reactions ⇒ Array<TD::Types::AddedReaction>
The list of added reactions.
-
#total_count ⇒ Integer
The total number of found reactions.
Method Summary
Methods inherited from Base
Instance Attribute Details
#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/added_reactions.rb', line 8 def next_offset @next_offset end |
#reactions ⇒ Array<TD::Types::AddedReaction>
The list of added reactions.
8 9 10 |
# File 'lib/tdlib/types/added_reactions.rb', line 8 def reactions @reactions end |
#total_count ⇒ Integer
The total number of found reactions.
8 9 10 |
# File 'lib/tdlib/types/added_reactions.rb', line 8 def total_count @total_count end |