inputChannelFromMessage
Defines a min channel that was seen in a certain message of a certain chat.
type tg.InputChannelFromMessage struct { /* ... */ }
Implements InputChannel.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | InputPeerClass | yes | The chat where the channel was seen |
MsgID | int | yes | The message ID in the chat where the channel was seen |
ChannelID | int64 | yes | The channel ID |
References
- Official documentation
- Generated Go reference
- TL definition:
inputChannelFromMessage#5b934f9d