Skip to content

channels.toggleSignatures

Layer 225

Constructor ID: 0x418d549c
Returns: Updates

Parameters

NameTypeDescription
signatures_enabledbool (flags.0, optional)
profiles_enabledbool (flags.1, optional)
channelInputChannel

Example

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

Released under the Apache-2.0 License.