18 lines
370 B
Markdown
18 lines
370 B
Markdown
## Constructor: inputPeerChannel
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|channel\_id|[int](../types/int.md) | Required|
|
|
|access\_hash|[long](../types/long.md) | Required|
|
|
|
|
|
|
### Type: [InputPeer](../types/InputPeer.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$inputPeerChannel = ['channel_id' => int, 'access_hash' => long, ];
|
|
``` |