RoomsCountsResult
The chat room counts with the date and time that the chat room was last updated.
type RoomsCountsResult {
data: [RoomsCount!]!
lastUpdatedAt: BigInt!
}
Fields
RoomsCountsResult.data ● [RoomsCount!]! non-null object common
The chat room counts.
RoomsCountsResult.lastUpdatedAt ● BigInt! non-null scalar common
The date and time that the chat room was last updated.
Returned by
roomsCounts query