ReferenceInterfaces
SendTxtMsgParams
Defined in: packages/protocol/src/commands.ts:32
Parameters for encodeSendTxtMsg.
Properties
attempt?
optional attempt?: number;Defined in: packages/protocol/src/commands.ts:36
recipient
recipient: string;Defined in: packages/protocol/src/commands.ts:33
text
text: string;Defined in: packages/protocol/src/commands.ts:34
timestamp
timestamp: number;Defined in: packages/protocol/src/commands.ts:35
txtType?
optional txtType?: number;Defined in: packages/protocol/src/commands.ts:37