Options
All
  • Public
  • Public/Protected
  • All
Menu

Module calls

Index

Functions

Functions

edit

  • edit(client: TelegramClient, call: Api.InputGroupCall, participant: Api.TypeEntityLike, params: EditParams): Promise<TypeUpdates>
  • Parameters

    • client: TelegramClient
    • call: Api.InputGroupCall
    • participant: Api.TypeEntityLike
    • params: EditParams

    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>
    • Optional params: JoinParams

    Returns Promise<JoinVoiceCallResponse>

leave

  • leave(client: TelegramClient, call: Api.TypeInputGroupCall): Promise<TypeUpdates>
  • Parameters

    • client: TelegramClient
    • call: Api.TypeInputGroupCall

    Returns Promise<TypeUpdates>

Generated using TypeDoc