account.getPrivacy
Layer 225
Constructor ID: 0xdadbc950
Returns: PrivacyRules
Parameters
| Name | Type | Description |
|---|---|---|
key | InputPrivacyKey |
Example
go
result, err := client.Raw(&tg.GetPrivacyRequest{
key: nil, // InputPrivacyKey
})
if err != nil {
panic(err)
}
print(result)