MessageFetchRequestMessageBody type
MessageFetchRequestMessageBody is struct the represents body for message fetch request.
Signature:
export type MessageFetchRequestMessageBody = {
id: string;
};
MessageFetchRequestMessageBody is struct the represents body for message fetch request.
Signature:
export type MessageFetchRequestMessageBody = {
id: string;
};