teleproto - v1.229.0
    Preparing search index...

    Interface ChannelParticipantsMentionsIn

    interface ChannelParticipantsMentionsIn {
        _: "channelParticipantsMentions";
        q?: string;
        topMsgId?: number;
    }
    Index
    _: "channelParticipantsMentions"
    q?: string
    topMsgId?: number