Skip to content

phone.getGroupCallStreamRtmpUrl

Layer 225

Constructor ID: 0x5af4c73a
Returns: GroupCallStreamRtmpURL

Parameters

NameTypeDescription
live_storybool (flags.0, optional)
peerInputPeer
revokebool

Example

go
result, err := client.Raw(&tg.GetGroupCallStreamRtmpURLRequest{
    live_story: false,
    peer: nil, // InputPeer
    revoke: false,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.