ultra-telegram-framework
    Preparing search index...

    Interface SetChatPhotoParams

    interface SetChatPhotoParams {
        chat_id: string | number;
        photo: InputFile;
    }
    Index

    Properties

    Properties

    chat_id: string | number

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

    photo: InputFile

    New chat photo, uploaded using multipart/form-data