Skip to content

channels.deleteChannel

Layer 225

Constructor ID: 0xc0111fe3
Returns: Updates

Parameters

NameTypeDescription
channelInputChannel

Example

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

Released under the Apache-2.0 License.