Layer 220
AccountInvalidateSignInCodes
Invalidate the specified login codes, see here for more info.
method
Users
account.invalidateSignInCodes#ca8ae8ba codes:Vector<string> = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Codes | Vector<string> | The login codes to invalidate. |
Returns
BoolGogram Example
// AccountInvalidateSignInCodes - positional arguments result, err := client.AccountInvalidateSignInCodes("...") if err != nil { // handle error } // result is *tg.Bool