Module: Google::Apps::Chat::V1::Membership::MembershipState

Defined in:
proto_docs/google/chat/v1/membership.rb

Overview

Specifies the member's relationship with a space. Other membership states might be supported in the future.

Constant Summary collapse

MEMBERSHIP_STATE_UNSPECIFIED =

Default value. Don't use.

0
JOINED =

The user is added to the space, and can participate in the space.

1
INVITED =

The user is invited to join the space, but hasn't joined it.

2
NOT_A_MEMBER =

The user doesn't belong to the space and doesn't have a pending invitation to join the space.

3