Class: TD::Types::GroupCallStreams
- Defined in:
- lib/tdlib/types/group_call_streams.rb
Overview
Represents a list of group call streams.
Instance Attribute Summary collapse
-
#streams ⇒ Array<TD::Types::GroupCallStream>
A list of group call streams.
Method Summary
Methods inherited from Base
Instance Attribute Details
#streams ⇒ Array<TD::Types::GroupCallStream>
A list of group call streams.
5 6 7 |
# File 'lib/tdlib/types/group_call_streams.rb', line 5 def streams @streams end |