private function postGroupRelation($channelId, $groupId)
    {
        $relation = SlackChannelUser::where('channel_id', '=', $channelId)
            ->where('group_id', '=', $groupId)
            ->get();