ultra-telegram-framework
    Preparing search index...

    Interface GetChatAdministratorsParams

    interface GetChatAdministratorsParams {
        chat_id: string | number;
        return_bots?: boolean;
    }
    Index

    Properties

    chat_id: string | number

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

    return_bots?: boolean

    Pass True to additionally receive all bots that are administrators of the chat. By default, bots other than the current bot are omitted.