Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/WorkspaceEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ class WorkspaceEvents extends \Google\Service
/** View chat and spaces in Google Chat. */
const CHAT_SPACES_READONLY =
"https://www.googleapis.com/auth/chat.spaces.readonly";
/** View and modify last read time for Google Chat conversations. */
const CHAT_USERS_READSTATE =
"https://www.googleapis.com/auth/chat.users.readstate";
/** View last read time for Google Chat conversations. */
const CHAT_USERS_READSTATE_READONLY =
"https://www.googleapis.com/auth/chat.users.readstate.readonly";
/** See, edit, create, and delete all of your Google Drive files. */
const DRIVE =
"https://www.googleapis.com/auth/drive";
Expand Down
Loading