teleproto - v1.229.0
    Preparing search index...

    Interface MessagesUploadMediaParams

    interface MessagesUploadMediaParams {
        businessConnectionId?: string;
        media: TypeInputMediaIn;
        peer: EntityLike;
    }
    Index
    businessConnectionId?: string

    Whether the media will be used only in the specified business connection » , and not directly by the bot.

    File uploaded in chunks as described in files »

    peer: EntityLike

    The chat, can be inputPeerEmpty for bots and inputPeerSelf for users.