channels.joinChannel
Layer 227
Constructor ID: 0x7f6a1e22
Returns: ChatInviteJoinResult
Parameters
| Name | Type | Description |
|---|---|---|
channel | InputChannel |
Example
go
result, err := client.Raw(&tg.JoinChannelRequest{
channel: nil, // InputChannel
})
if err != nil {
panic(err)
}
print(result)