ultra-telegram-framework
    Preparing search index...

    Interface DeleteAllMessageReactionsParams

    interface DeleteAllMessageReactionsParams {
        actor_chat_id?: number;
        chat_id: string | number;
        user_id?: number;
    }
    Index

    Properties

    actor_chat_id?: number

    Identifier of the chat whose reactions will be removed, if the reactions were added by a chat

    chat_id: string | number

    Unique identifier for the target chat or username of the target supergroup (in the format @username)

    user_id?: number

    Identifier of the user whose reactions will be removed, if the reactions were added by a user