Send direct messages
Send P2P conversation messages.
Send new direct message
near call $CONTRACT_NAME send_private_message '{"to_address": AccountId, "text": String, "image": String, "reply_message_id": Option<String>, "encrypt_key": Option<String>, "inner_id": Option<String>}' --accountID $ACCOUNT_IDSend spam report
near call $CONTRACT_NAME spam_report '{message_id: U128, message_sender: AccountId, is_group: bool}' --accountID $ACCOUNT_IDLast updated