Skip to content

users.setSecureValueErrors

Layer 225

Constructor ID: 0x90c894b5
Returns: Bool

Parameters

NameTypeDescription
idInputUser
errors[]SecureValueError

Example

go
result, err := client.Raw(&tg.SetSecureValueErrorsRequest{
    id: nil, // InputUser
    errors: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.