joinChannel
Join a channel as the caller (subscribe to it). Honors the channel membership policy: open -> active immediately, request -> pending (a manager must approve), invite/admin -> rejected. On becoming active, Buddy is notified with the caller's effective send permission so routing starts.
joinChannel(
groupId: BigInt!
): GroupMember!
Arguments
joinChannel.groupId ● BigInt! non-null scalar
The channel to join.
Type
GroupMember object
A user's membership in a group, including the roles assigned to them.