Skip to content

Commit cbd22e5

Browse files
1 parent d387093 commit cbd22e5

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+
/** See and change your availability status in Google Chat.. */
81+
const CHAT_USERS_AVAILABILITY =
82+
"https://www.googleapis.com/auth/chat.users.availability";
83+
/** See your availability status in Google Chat.. */
84+
const CHAT_USERS_AVAILABILITY_READONLY =
85+
"https://www.googleapis.com/auth/chat.users.availability.readonly";
8086
/** View and modify last read time for Google Chat conversations. */
8187
const CHAT_USERS_READSTATE =
8288
"https://www.googleapis.com/auth/chat.users.readstate";

0 commit comments

Comments
 (0)