Layer 220
MessagesGetFactCheck
Fetch one or more factchecks, see here for the full flow.
method
Users
messages.getFactCheck#b9cdc5ee peer:InputPeer msg_id:Vector<int> = Vector<FactCheck>;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | InputPeer | Peer where the messages were sent. |
| MsgId | Vector<int> | Messages that have associated fact Check constructors with the need_check flag set. |
Returns
VectorPossible Errors
| Code | Type | Description |
|---|---|---|
| 400 | PEER_ID_INVALID | The provided peer id is invalid. |
Gogram Example
// MessagesGetFactCheck - positional arguments result, err := client.MessagesGetFactCheck(&tg.InputPeerUser{UserID: int64(123456789)}, []int{}) if err != nil { // handle error } // result is *tg.Vector