Skip to content

phone.deleteConferenceCallParticipants

Layer 225

Constructor ID: 0x8ca60525
Returns: Updates

Parameters

NameTypeDescription
only_leftbool (flags.0, optional)
kickbool (flags.1, optional)
callInputGroupCall
ids[]int64
block[]byte

Example

go
result, err := client.Raw(&tg.DeleteConferenceCallParticipantsRequest{
    only_left: false,
    kick: false,
    call: nil, // InputGroupCall
    ids: nil,
    block: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.