Layer 220
method Users Bots
invokeWithGooglePlayIntegrity#1df92984 {X:Type} nonce:string token:string query:!X = X;

Parameters

Name Type Description
Nonce string Nonce.
Token string Token.
Query !X Query.

Gogram Example

// InvokeWithGooglePlayIntegrity - positional arguments
result, err := client.InvokeWithGooglePlayIntegrity("...", "...", nil)
if err != nil {
    // handle error
}
// result is *tg.ReturnsTheTypeReturnedByTheInvokedMethod