MessageFetchRequestMessage type
MessageFetchRequestMessage represent Iden3message for message fetch request.
Signature:
export type MessageFetchRequestMessage = {
id: string;
typ?: MediaType;
type: ProtocolMessage;
thid?: string;
body?: MessageFetchRequestMessageBody;
from?: string;
to?: string;
};
References: MediaType, ProtocolMessage, MessageFetchRequestMessageBody