teleproto - v1.229.0
    Preparing search index...

    Interface StatsGetMessagePublicForwardsParams

    interface StatsGetMessagePublicForwardsParams {
        channel: EntityLike;
        limit: number;
        msgId: MessageIDLike;
        offset: string;
    }
    Index
    channel: EntityLike

    Source channel

    limit: number

    Maximum number of results to return, see pagination

    msgId: MessageIDLike

    Source message ID

    offset: string

    Offset for pagination , empty string on first call, then use the next_offset field of the returned constructor (if present, otherwise no more results are available).