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