Send group/channel message
Send new group/channel message:
near call $CONTRACT_NAME send_group_message '{group_id: u32, text: String, image: String, reply_message_id: 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