We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slackのチャンネルと同様の機能をもつ. グループは次の種類に分けることができる.
グループは子グループ(グループの中にグループを作成)を作成することができる. 子グループはprivateとpublicでのみ作成できる. 入れ子には直接参加できず, 親グループに参加していれば自動的に子グループに参加扱いになる. 子グループの深さは最大2つまで.
グループは次の属性を持つ.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
要件
slackのチャンネルと同様の機能をもつ.
グループは次の種類に分けることができる.
- 参加している人しか見れない
- 全体のグループ一覧に表示されない
- 招待でのみ参加可能
- あとからpublicにすることが可能
グループは子グループ(グループの中にグループを作成)を作成することができる. 子グループはprivateとpublicでのみ作成できる. 入れ子には直接参加できず, 親グループに参加していれば自動的に子グループに参加扱いになる. 子グループの深さは最大2つまで.
グループは次の属性を持つ.
The text was updated successfully, but these errors were encountered: