teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetFactCheckParams

    interface MessagesGetFactCheckParams {
        msgId: MessageIDLike[];
        peer: EntityLike;
    }
    Index
    msgId: MessageIDLike[]

    Messages that have associated factCheck constructors with the need_check flag set.

    peer: EntityLike

    Peer where the messages were sent.