teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetMessagesViewsParams

    interface MessagesGetMessagesViewsParams {
        id: number[];
        increment: boolean;
        peer: EntityLike;
    }
    Index
    id: number[]

    ID of message

    increment: boolean

    Whether to mark the message as viewed and increment the view counter

    peer: EntityLike

    Peer where the message was found