| Package | Description |
|---|---|
| org.telegram.api.engine |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RpcCallbackEx<T extends TLObject>
Created with IntelliJ IDEA.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends TLObject> |
TelegramApi.doRpcCall(TLMethod<T> method,
int timeout,
RpcCallback<T> callback)
Do rpc call.
|
<T extends TLObject> |
TelegramApi.doRpcCall(TLMethod<T> method,
RpcCallback<T> callback)
Do rpc call.
|
<T extends TLObject> |
TelegramApi.doRpcCallNonAuth(TLMethod<T> method,
int timeout,
RpcCallback<T> callback)
Do rpc call non auth.
|
Copyright © 2017. All rights reserved.