groupCallStreamChannel
Info about an RTMP stream in a group call or livestream
type tg.GroupCallStreamChannel struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Channel | int | yes | Channel ID |
Scale | int | yes | Specifies the duration of the video segment to fetch in milliseconds, by bitshifting 1000 to the right scale times: duration_ms := 1000 >> scale. |
LastTimestampMs | int64 | yes | Last seen timestamp to easily start fetching livestream chunks using inputGroupCallStream |
References
- Official documentation
- Generated Go reference
- TL definition:
groupCallStreamChannel#80eb48af