public static class TdApi.RequestQrCodeAuthentication extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function