bots.DeletePreviewMedia#
- class pyrogram.raw.functions.bots.DeletePreviewMedia#
Delete a main mini app preview, see here » for more info.
- Details:
Layer:
198
ID:
2D0135B3
- Parameters:
bot (
InputUser
) – The bot that owns the Main Mini App.lang_code (
str
) – ISO 639-1 language code, indicating the localization of the preview to delete.media (List of
InputMedia
) – The photo/video preview to delete, previously fetched as specified here ».
- Returns:
bool