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";
/** See and change your availability status in Google Chat.. */
const CHAT_USERS_AVAILABILITY =
"https://www.googleapis.com/auth/chat.users.availability";
/** See your availability status in Google Chat.. */
const CHAT_USERS_AVAILABILITY_READONLY =
"https://www.googleapis.com/auth/chat.users.availability.readonly";
/** View and modify last read time for Google Chat conversations. */
const CHAT_USERS_READSTATE =
"https://www.googleapis.com/auth/chat.users.readstate";
Expand Down
Loading