pub async fn replace_video_chat_rtmp_url(
chat_id: i64,
client_id: i32,
) -> Result<RtmpUrl, Error>
Expand description
Replaces the current RTMP URL for streaming to the chat; requires owner privileges
ยงArguments
chat_id
- Chat identifierclient_id
- The client id to send the request to