Functions
edit
- edit(client: TelegramClient, call: Api.InputGroupCall, participant: Api.TypeEntityLike, params: EditParams): Promise<TypeUpdates>
-
Parameters
-
client: TelegramClient
-
call: Api.InputGroupCall
-
participant: Api.TypeEntityLike
-
Returns Promise<TypeUpdates>
join
- join(client: TelegramClient, call: Api.InputGroupCall, payload: JoinVoiceCallParams<any>, params?: JoinParams): Promise<JoinVoiceCallResponse>
-
Parameters
-
client: TelegramClient
-
call: Api.InputGroupCall
-
payload: JoinVoiceCallParams<any>
-
Returns Promise<JoinVoiceCallResponse>
leave
- leave(client: TelegramClient, call: Api.TypeInputGroupCall): Promise<TypeUpdates>
-
Parameters
-
client: TelegramClient
-
call: Api.TypeInputGroupCall
Returns Promise<TypeUpdates>