GroupCallStreamChannel

class pyrogram.raw.base.GroupCallStreamChannel

Info about an RTMP stream in a group call or livestream

Constructors:

This base type has 1 constructor available.

GroupCallStreamChannel

Info about an RTMP stream in a group call or livestream

TL Schema

groupCallStreamChannel#80eb48af
channel:int
scale:int
last_timestamp_ms:long

= GroupCallStreamChannel

Parameter Tree

GroupCallStreamChannel
├── channelint
├── scaleint
└── last_timestamp_mslong

Example

GroupCallStreamChannel(
    channel=0,
    scale=0,
    last_timestamp_ms=0,
)