Skip to content

messages.checkUrlAuthMatchCode

Layer 225

Constructor ID: 0xc9a47b0b
Returns: Bool

Parameters

NameTypeDescription
urlstring
match_codestring

Example

go
result, err := client.Raw(&tg.CheckURLAuthMatchCodeRequest{
    url: "",
    match_code: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.