Skip to content

messages.editFactCheck

Layer 225

Constructor ID: 0x0589ee75
Returns: Updates

Parameters

NameTypeDescription
peerInputPeer
msg_idint32
textTextWithEntities

Example

go
result, err := client.Raw(&tg.EditFactCheckRequest{
    peer: nil, // InputPeer
    msg_id: 0,
    text: nil, // TextWithEntities
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.