UNPKG

@urban-bot/core

Version:

The universal chatbot library based on React

6 lines (5 loc) 361 B
import type { UrbanMessageMediaData } from '../types'; export declare type MediaProps = UrbanMessageMediaData & { isNewMessageEveryRender?: boolean; }; export declare function Media({ title, files, isNewMessageEveryRender: isNewMessageEveryRenderProp, disableNotification, forceReply, parseMode, replyToMessageId, ...otherProps }: MediaProps): JSX.Element;