Skip to content

Commit 46e8758

Browse files
1 parent c6aa626 commit 46e8758

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/WorkspaceEvents.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ class WorkspaceEvents extends \Google\Service
7777
/** View chat and spaces in Google Chat. */
7878
const CHAT_SPACES_READONLY =
7979
"https://www.googleapis.com/auth/chat.spaces.readonly";
80+
/** View and modify last read time for Google Chat conversations. */
81+
const CHAT_USERS_READSTATE =
82+
"https://www.googleapis.com/auth/chat.users.readstate";
83+
/** View last read time for Google Chat conversations. */
84+
const CHAT_USERS_READSTATE_READONLY =
85+
"https://www.googleapis.com/auth/chat.users.readstate.readonly";
8086
/** See, edit, create, and delete all of your Google Drive files. */
8187
const DRIVE =
8288
"https://www.googleapis.com/auth/drive";

0 commit comments

Comments
 (0)