Documentation - v0.27.1
    Preparing search index...

    Variable startGroupConst

    startGroup: filters.UpdateFilter<
        MessageContext
        | BusinessMessageContext,
        {
            chat: Modify<Chat, { chatType: "group" | "supergroup" }>;
            command: string[];
        },
        never,
    > = ...

    Shorthand filter that matches /start commands sent in groups (i.e. using ?startgroup parameter).