UNPKG

@pubby/sdk

Version:
6 lines (5 loc) 199 B
import { OutgoingMessage } from "../outgoing-message"; export declare class ChatMessageRequest extends OutgoingMessage { static id: string; constructor(text: string, replyId: string); }