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.
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
├── channel →
int├── scale →
int└── last_timestamp_ms →
longExample
GroupCallStreamChannel(
channel=0,
scale=0,
last_timestamp_ms=0,
)