Raw.phone.GetGroupCallStreamChannels

Raw.phone.GetGroupCallStreamChannels

Get info about rtmp streams in a group call or livestream. this method should be invoked to the same group/channel-related dc used for downloading livestream chunks. as usual, the media dc is preferred, if available.

phone.getGroupCallStreamChannels#1ab21940 call:InputGroupCall = phone.GroupCallStreamChannels;
export namespace Raw {
  export namespace phone {
    export class GetGroupCallStreamChannels {
      constructor(params: { call: Raw.TypeInputGroupCall }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x1ab21940

Property

Results

Raw.phone.TypeGroupCallStreamChannels