Layer 227
constructor
phone.groupCallStreamChannels#d0e482b2 channels:Vector<GroupCallStreamChannel> = phone.GroupCallStreamChannels;

Parameters

Name Type Description
Channels Vector < GroupCallStreamChannel > Available RTMP stream channels; may be empty while the external publisher is not sending media

Gogram Example

// Creating PhoneGroupCallStreamChannelsObj constructor
obj := &tg.PhoneGroupCallStreamChannelsObj{
    Channels: &tg.VectorGroupCallStreamChannel{},
}