OBJECT

LeaveChannelPayload

link GraphQL Schema definition

1type LeaveChannelPayload {
2
3# Indication for successful channel leaving
4success: Boolean!
5
6}