account.getNotifySettings
Layer 225
Constructor ID: 0x12b3ad31
Returns: PeerNotifySettings
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputNotifyPeer |
Example
go
result, err := client.Raw(&tg.GetNotifySettingsRequest{
peer: nil, // InputNotifyPeer
})
if err != nil {
panic(err)
}
print(result)