Skip to content

payments.clearSavedInfo

Layer 225

Constructor ID: 0xd83d70c1
Returns: Bool

Parameters

NameTypeDescription
credentialsbool (flags.0, optional)
infobool (flags.1, optional)

Example

go
result, err := client.Raw(&tg.ClearSavedInfoRequest{
    credentials: false,
    info: false,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.