Skip to content

channels.leaveChannel

Layer 225

Constructor ID: 0xf836aa95
Returns: Updates

Parameters

NameTypeDescription
channelInputChannel

Example

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

Released under the Apache-2.0 License.