account.updateNotifySettings
Layer 225
Constructor ID: 0x84be5b93
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputNotifyPeer | |
settings | InputPeerNotifySettings |
Example
go
result, err := client.Raw(&tg.UpdateNotifySettingsRequest{
peer: nil, // InputNotifyPeer
settings: nil, // InputPeerNotifySettings
})
if err != nil {
panic(err)
}
print(result)