public static class TdApi.RequestQrCodeAuthentication extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
otherUserIds
List of user identifiers of other users currently using the application.
|
| Constructor and Description |
|---|
RequestQrCodeAuthentication()
Default constructor for a function, which requests QR code authentication by scanning a QR code on another logged in device.
|
RequestQrCodeAuthentication(long[] otherUserIds)
Creates a function, which requests QR code authentication by scanning a QR code on another logged in device.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] otherUserIds
public static final int CONSTRUCTOR
public RequestQrCodeAuthentication()
Returns Ok
public RequestQrCodeAuthentication(long[] otherUserIds)
Returns Ok
otherUserIds - List of user identifiers of other users currently using the application.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object