Layer 220
InvokeWithApnsSecret
Official clients only, invoke with Apple push verification.
method
Users
Bots
invokeWithApnsSecret#0dae54f8 {X:Type} nonce:string secret:string query:!X = X;
Parameters
| Name | Type | Description |
|---|---|---|
| Nonce | string | Nonce. |
| Secret | string | Secret. |
| Query | !X | Query. |
Gogram Example
// InvokeWithApnsSecret - positional arguments result, err := client.InvokeWithApnsSecret("...", "...", nil) if err != nil { // handle error } // result is *tg.ReturnsTheTypeReturnedByTheInvokedMethod