Skip to content

phone.saveDefaultSendAs

Layer 225

Constructor ID: 0x4167add1
Returns: Bool

Parameters

NameTypeDescription
callInputGroupCall
send_asInputPeer

Example

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

Released under the Apache-2.0 License.