Skip to content

help.acceptTermsOfService

Layer 225

Constructor ID: 0xee72f79a
Returns: Bool

Parameters

NameTypeDescription
idDataJSON

Example

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

Released under the Apache-2.0 License.