inputChannel
Represents a channel
type tg.InputChannel struct { /* ... */ }
Implements InputChannel.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChannelID | int64 | yes | Channel ID |
AccessHash | int64 | yes | Access hash taken from the channel constructor |
References
- Official documentation
- Generated Go reference
- TL definition:
inputChannel#f35aec28