Skip to main content

MessageFetchRequestMessageBody type

MessageFetchRequestMessageBody is struct the represents body for message fetch request.

Signature:

export type MessageFetchRequestMessageBody = {
id: string;
};