Skip to content

phone.getGroupCallJoinAs

Layer 225

Constructor ID: 0xef7c213a
Returns: JoinAsPeers

Parameters

NameTypeDescription
peerInputPeer

Example

go
result, err := client.Raw(&tg.GetGroupCallJoinAsRequest{
    peer: nil, // InputPeer
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.