| Package | Description |
|---|---|
| org.telegram.api.account | |
| org.telegram.api.engine.storage | |
| org.telegram.api.functions.auth | |
| org.telegram.bot.kernel.engine |
| Modifier and Type | Method and Description |
|---|---|
TLVector<TLAuthorization> |
TLAccountAuthorizations.getAuthorizations()
Gets authorizations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TLAccountAuthorizations.setAuthorizations(TLVector<TLAuthorization> authorizations)
Sets authorizations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbsApiState.doAuth(TLAuthorization authorization) |
| Modifier and Type | Method and Description |
|---|---|
TLAuthorization |
TLRequestAuthSignUp.deserializeResponse(InputStream stream,
TLContext context) |
TLAuthorization |
TLRequestAuthSignIn.deserializeResponse(InputStream stream,
TLContext context) |
TLAuthorization |
TLRequestAuthRecoverPassword.deserializeResponse(InputStream stream,
TLContext context) |
TLAuthorization |
TLRequestAuthImportBotAuthorization.deserializeResponse(InputStream stream,
TLContext context) |
TLAuthorization |
TLRequestAuthImportAuthorization.deserializeResponse(InputStream stream,
TLContext context) |
TLAuthorization |
TLRequestAuthCheckPassword.deserializeResponse(InputStream stream,
TLContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryApiState.doAuth(@NotNull TLAuthorization authorization) |
Copyright © 2016. All rights reserved.