package constants const ( PRIVATE_MSG = "private" GROUP_MSG = "group" PRIVATE_MSG_SEND = "send_private_msg" GROUP_MSG_SEND = "send_group_msg" )