Layer 224
AuthLoggedOutObj
Future auth token to be used on subsequent authorizations
constructor
auth.loggedOut#c3a2835f flags:# future_auth_token:flags.0?bytes = auth.LoggedOut;
Parameters
| Name | Type | Description |
|---|---|---|
| FutureAuthToken | flags.0?bytes | Future auth token to be used on subsequent authorizations |
Returns
auth.LoggedOutGogram Example
// Creating AuthLoggedOutObj constructor obj := &tg.AuthLoggedOutObj{ // Optional fields: // FutureAuthToken: []byte{0x01, 0x02, 0x03}, }