Layer 220
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