Skip to content

Commit 66cd2cf

Browse files
1 parent d3222ef commit 66cd2cf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/HangoutsChat.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ class HangoutsChat extends \Google\Service
5656
/** On their own behalf, apps in Google Chat can see, add, update, and remove members from conversations and spaces. */
5757
const CHAT_APP_MEMBERSHIPS =
5858
"https://www.googleapis.com/auth/chat.app.memberships";
59+
/** On their own behalf, apps in Google Chat can see members of conversations and spaces. */
60+
const CHAT_APP_MEMBERSHIPS_READONLY =
61+
"https://www.googleapis.com/auth/chat.app.memberships.readonly";
5962
/** On their own behalf, apps in Google Chat can see all messages and their associated reactions and message content. */
6063
const CHAT_APP_MESSAGES_READONLY =
6164
"https://www.googleapis.com/auth/chat.app.messages.readonly";
@@ -65,6 +68,9 @@ class HangoutsChat extends \Google\Service
6568
/** On their own behalf, apps in Google Chat can create conversations and spaces. */
6669
const CHAT_APP_SPACES_CREATE =
6770
"https://www.googleapis.com/auth/chat.app.spaces.create";
71+
/** On their own behalf, apps in Google Chat can see conversations and spaces and their metadata (including history settings and access settings). */
72+
const CHAT_APP_SPACES_READONLY =
73+
"https://www.googleapis.com/auth/chat.app.spaces.readonly";
6874
/** Private Service: https://www.googleapis.com/auth/chat.bot. */
6975
const CHAT_BOT =
7076
"https://www.googleapis.com/auth/chat.bot";

0 commit comments

Comments
 (0)