ultra-telegram-framework
    Preparing search index...

    Interface SetChatAdministratorCustomTitleParams

    interface SetChatAdministratorCustomTitleParams {
        chat_id: string | number;
        custom_title: string;
        user_id: number;
    }
    Index

    Properties

    chat_id: string | number

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

    custom_title: string

    New custom title for the administrator; 0-16 characters, emoji are not allowed

    user_id: number

    Unique identifier of the target user