Interface DeleteBotMediaPreviews

Delete media previews from the list of media previews of a bot. Request type for Tdjson#deleteBotMediaPreviews.

interface DeleteBotMediaPreviews {
    @type: "deleteBotMediaPreviews";
    bot_user_id: number;
    file_ids: number[];
    language_code: string;
}

Properties

@type: "deleteBotMediaPreviews"
bot_user_id: number

Identifier of the target bot. The bot must be owned and must have the main Web App.

file_ids: number[]

File identifiers of the media to delete.

language_code: string

Language code of the media previews to delete.