@@ -75,22 +75,22 @@ module ChatV1
7575 # View members in Google Chat conversations.
7676 AUTH_CHAT_MEMBERSHIPS_READONLY = 'https://www.googleapis.com/auth/chat.memberships.readonly'
7777
78- # See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.
78+ # See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.
7979 AUTH_CHAT_MESSAGES = 'https://www.googleapis.com/auth/chat.messages'
8080
8181 # Compose and send messages in Google Chat
8282 AUTH_CHAT_MESSAGES_CREATE = 'https://www.googleapis.com/auth/chat.messages.create'
8383
84- # See, add, and delete reactions to messages in Google Chat
84+ # See, add, and delete reactions as well as their reaction content to messages in Google Chat
8585 AUTH_CHAT_MESSAGES_REACTIONS = 'https://www.googleapis.com/auth/chat.messages.reactions'
8686
8787 # Add reactions to messages in Google Chat
8888 AUTH_CHAT_MESSAGES_REACTIONS_CREATE = 'https://www.googleapis.com/auth/chat.messages.reactions.create'
8989
90- # View reactions to messages in Google Chat
90+ # View reactions as well as their reaction content to messages in Google Chat
9191 AUTH_CHAT_MESSAGES_REACTIONS_READONLY = 'https://www.googleapis.com/auth/chat.messages.reactions.readonly'
9292
93- # See messages and their associated reactions and attachments in Google Chat
93+ # See messages as well as their reactions and message content in Google Chat
9494 AUTH_CHAT_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.messages.readonly'
9595
9696 # Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat
0 commit comments