Skip to content

auth.checkPaidAuth

Layer 225

Constructor ID: 0x56e59f9c
Returns: SentCode

Parameters

NameTypeDescription
phone_numberstring
phone_code_hashstring
form_idint64

Example

go
result, err := client.Raw(&tg.CheckPaidAuthRequest{
    phone_number: "",
    phone_code_hash: "",
    form_id: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.