Layer 227
MessageMediaVideoStream
Identifies the active group call associated with a live story.
constructor
messageMediaVideoStream#ca5cab89 flags:# rtmp_stream:flags.0?true call:InputGroupCall = MessageMedia;
Parameters
| Name | Type | Description |
|---|---|---|
| RtmpStream | flags .0? true | Whether the live story uses RTMP livestream mode |
| Call | InputGroupCall | Active live story group call |
Returns
MessageMediaGogram Example
// Creating MessageMediaVideoStream constructor obj := &tg.MessageMediaVideoStream{ RtmpStream: nil, Call: &tg.InputGroupCall{}, }