Skip to content

phone.sendGroupCallEncryptedMessage

Layer 225

Constructor ID: 0xe5afa56d
Returns: Bool

Parameters

NameTypeDescription
callInputGroupCall
encrypted_message[]byte

Example

go
result, err := client.Raw(&tg.SendGroupCallEncryptedMessageRequest{
    call: nil, // InputGroupCall
    encrypted_message: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.