public static class TdApi.SendPhoneNumberFirebaseSms extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
token
Play Integrity API or SafetyNet Attestation API token for the Android application, or secret from push notification for the iOS application.
|
| Constructor and Description |
|---|
SendPhoneNumberFirebaseSms()
Default constructor for a function, which sends Firebase Authentication SMS to the specified phone number.
|
SendPhoneNumberFirebaseSms(java.lang.String token)
Creates a function, which sends Firebase Authentication SMS to the specified phone number.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String token
public static final int CONSTRUCTOR
public SendPhoneNumberFirebaseSms()
Returns Ok
public SendPhoneNumberFirebaseSms(java.lang.String token)
Returns Ok
token - Play Integrity API or SafetyNet Attestation API token for the Android application, or secret from push notification for the iOS application.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object