teleproto - v1.229.0
    Preparing search index...

    Interface MessagesReportMessagesDeliveryParams

    interface MessagesReportMessagesDeliveryParams {
        id: number[];
        peer: EntityLike;
        push?: boolean;
    }
    Index
    id: number[]

    The IDs of the received messages.

    peer: EntityLike

    The peer where the messages were received.

    push?: boolean

    Must be set if the messages were received from a push notification .