Method: SDM::ReplayChunk#events
- Defined in:
- lib/models/porcelain.rb
#events ⇒ Object
The list of events of the ReplayChunk. If the Query is encrypted, this field is always empty and the events can be obtained by decrypting the data using the QueryKey returned with the Query.
12495 12496 12497 |
# File 'lib/models/porcelain.rb', line 12495 def events @events end |