Layer 227
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{ FutureAuthToken: nil, }