Class: TD::Types::GroupCallStreams

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/group_call_streams.rb

Overview

Represents a list of group call streams.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#streamsArray<TD::Types::GroupCallStream>

A list of group call streams.

Returns:



5
6
7
# File 'lib/tdlib/types/group_call_streams.rb', line 5

def streams
  @streams
end