inputUserFromMessage
Defines a min user that was seen in a certain message of a certain chat.
type tg.InputUserFromMessage struct { /* ... */ }
Implements InputUser.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | InputPeerClass | yes | The chat where the user was seen |
MsgID | int | yes | The message ID |
UserID | int64 | yes | The identifier of the user that was seen |
References
- Official documentation
- Generated Go reference
- TL definition:
inputUserFromMessage#1da448e2