telegram api constructor · layer 229 · #80eb48af

groupCallStreamChannel

Info about an RTMP stream in a group call or livestream

definition

groupCallStreamChannel#80eb48af channel:int scale:int last_timestamp_ms:long = GroupCallStreamChannel;

parameters

nametypedescription
channelintChannel ID
scaleintSpecifies the duration of the video segment to fetch in milliseconds, by bitshifting 1000 to the right scale times: duration_ms := 1000 >> scale.
last_timestamp_mslongLast seen timestamp to easily start fetching livestream chunks using inputGroupCallStream

type

GroupCallStreamChannel

history

present in layers 139–229

idlayers
#80eb48af139–229