ultra-telegram-framework
    Preparing search index...

    Interface UnbanChatMemberParams

    interface UnbanChatMemberParams {
        chat_id: string | number;
        only_if_banned?: boolean;
        user_id: number;
    }
    Index

    Properties

    chat_id: string | number

    Unique identifier for the target group or username of the target supergroup or channel in the format @username

    only_if_banned?: boolean

    Do nothing if the user is not banned

    user_id: number

    Unique identifier of the target user