Skip to content

Commit 0962b0a

Browse files
1 parent e538065 commit 0962b0a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/HangoutsChat.php

Lines changed: 3 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 all messages and their associated reactions and message content. */
60+
const CHAT_APP_MESSAGES_READONLY =
61+
"https://www.googleapis.com/auth/chat.app.messages.readonly";
5962
/** On their own behalf, apps in Google Chat can create conversations and spaces and see or update their metadata (including history settings and access settings). */
6063
const CHAT_APP_SPACES =
6164
"https://www.googleapis.com/auth/chat.app.spaces";

0 commit comments

Comments
 (0)