Skip to main content

leaveChannel

Leave a channel (unsubscribe the caller). Notifies Buddy to stop routing messages to the caller. Returns true if a membership was removed.

leaveChannel(
groupId: BigInt!
): Boolean!

Arguments

leaveChannel.groupId ● BigInt! non-null scalar

The channel to leave.

Type

Boolean scalar

The Boolean scalar type represents true or false.