ultra-telegram-framework
    Preparing search index...

    Interface SendRichMessageDraftParams

    interface SendRichMessageDraftParams {
        chat_id: number;
        draft_id: number;
        message_thread_id?: number;
        rich_message: InputRichMessage;
    }
    Index

    Properties

    chat_id: number

    Unique identifier for the target private chat

    draft_id: number

    Unique identifier of the message draft; must be non-zero. Changes to drafts with the same identifier are animated.

    message_thread_id?: number

    Unique identifier for the target message thread

    rich_message: InputRichMessage

    The partial message to be streamed