Skip to content

Commit

Permalink
Regenerate chat client (#6020)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Dec 15, 2024
1 parent 0629046 commit 52897a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/HangoutsChat.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,22 @@ class HangoutsChat extends \Google\Service
/** View members in Google Chat conversations.. */
const CHAT_MEMBERSHIPS_READONLY =
"https://www.googleapis.com/auth/chat.memberships.readonly";
/** See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.. */
/** See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.. */
const CHAT_MESSAGES =
"https://www.googleapis.com/auth/chat.messages";
/** Compose and send messages in Google Chat. */
const CHAT_MESSAGES_CREATE =
"https://www.googleapis.com/auth/chat.messages.create";
/** See, add, and delete reactions as well as their reaction content to messages in Google Chat. */
/** See, add, and delete reactions to messages in Google Chat. */
const CHAT_MESSAGES_REACTIONS =
"https://www.googleapis.com/auth/chat.messages.reactions";
/** Add reactions to messages in Google Chat. */
const CHAT_MESSAGES_REACTIONS_CREATE =
"https://www.googleapis.com/auth/chat.messages.reactions.create";
/** View reactions as well as their reaction content to messages in Google Chat. */
/** View reactions to messages in Google Chat. */
const CHAT_MESSAGES_REACTIONS_READONLY =
"https://www.googleapis.com/auth/chat.messages.reactions.readonly";
/** See messages as well as their reactions and message content in Google Chat. */
/** See messages and their associated reactions and attachments in Google Chat. */
const CHAT_MESSAGES_READONLY =
"https://www.googleapis.com/auth/chat.messages.readonly";
/** Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat. */
Expand Down

0 comments on commit 52897a2

Please sign in to comment.