Skip to content

channels.toggleAutotranslation

Layer 225

Constructor ID: 0x167fc0a1
Returns: Updates

Parameters

NameTypeDescription
channelInputChannel
enabledbool

Example

go
result, err := client.Raw(&tg.ToggleAutotranslationRequest{
    channel: nil, // InputChannel
    enabled: false,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.