AdvanceReadMessageOffsetResult (Object)
Description
No description
Fields
Name | Description |
---|---|
changed - Boolean! | Whether the operation changed the offset or not. It will be false, if client tries to backdate the offset. |
chatId - String! | The ID of the chat |
count - Int | Number of unread message in the chat after the advancing the offset. |
type AdvanceReadMessageOffsetResult {
changed: Boolean!
chatId: String!
count: Int
}