RoomFilter
No description
input RoomFilter {
channelId: ID
channelType: RoomChannelTypeEnum
contactId: ID
folderId: ID
}
Fields
RoomFilter.channelId ● ID scalar common
Filters chat rooms by the ID of a channel.
RoomFilter.channelType ● RoomChannelTypeEnum enum common
The channel type that the request needs to be filtered by
RoomFilter.contactId ● ID scalar common
The ID of contact to filter the chat rooms by
RoomFilter.folderId ● ID scalar common
Filters chat rooms by the ID of a folder.
Member of
rooms query