pub async fn set_video_chat_default_participant(
chat_id: i64,
default_participant_id: MessageSender,
client_id: i32,
) -> Result<(), Error>Expand description
Changes default participant identifier, on whose behalf a video chat in the chat will be joined
ยงArguments
chat_id- Chat identifierdefault_participant_id- Default group call participant identifier to join the video chatsclient_id- The client id to send the request to