Module: Google::Apps::Chat::V1::Membership::MembershipRole
- Defined in:
- proto_docs/google/chat/v1/membership.rb
Overview
Represents a user's permitted actions in a Chat space. More enum values might be added in the future.
Constant Summary collapse
- MEMBERSHIP_ROLE_UNSPECIFIED =
Default value. For users: they aren't a member of the space, but can be invited. For Google Groups: they're always assigned this role (other enum values might be used in the future).
0
- ROLE_MEMBER =
A member of the space. The user has basic permissions, like sending messages to the space. In 1:1 and unnamed group conversations, everyone has this role.
1
- ROLE_MANAGER =
A space manager. The user has all basic permissions plus administrative permissions that let them manage the space, like adding or removing members. Only supported in SpaceType.SPACE.
2