Skip to content

channels.joinChannel

Layer 225

Constructor ID: 0x24b524c5
Returns: Updates

Parameters

NameTypeDescription
channelInputChannel

Example

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

Released under the Apache-2.0 License.