ultra-telegram-framework
    Preparing search index...

    Interface DeleteMessageReactionParams

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

    Properties

    actor_chat_id?: number

    Identifier of the chat whose reaction will be removed, if the reaction was added by a chat

    chat_id: string | number

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

    message_id: number

    Identifier of the target message

    user_id?: number

    Identifier of the user whose reaction will be removed, if the reaction was added by a user