Manage groups & channels
Create new group or channel:
near call $CONTRACT_NAME create_new_group '{"title": String, "image": String, "text": String, "url": String, "group_type": String, "members": Vec<AccountId>, "edit_members": Option<bool>, "moderator": Option<AccountId>}' --accountID $ACCOUNT_ID --deposit 0.25Edit group or channel:
near call $CONTRACT_NAME edit_group '{"id": u32, "title": String, "image": String, "text": String, "url": String}' --accountID $ACCOUNT_IDAdd new members
Remove members
Remove group or channel
Join Public Group
Join Public Channel
Leave Group
Leave Channel
Last updated