We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d387093 commit cbd22e5Copy full SHA for cbd22e5
1 file changed
src/WorkspaceEvents.php
@@ -77,6 +77,12 @@ class WorkspaceEvents extends \Google\Service
77
/** View chat and spaces in Google Chat. */
78
const CHAT_SPACES_READONLY =
79
"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";
86
/** View and modify last read time for Google Chat conversations. */
87
const CHAT_USERS_READSTATE =
88
"https://www.googleapis.com/auth/chat.users.readstate";
0 commit comments