@@ -68,22 +68,22 @@ public class HangoutsChatScopes {
6868 /** View members in Google Chat conversations.. */
6969 public static final String CHAT_MEMBERSHIPS_READONLY = "https://www.googleapis.com/auth/chat.memberships.readonly" ;
7070
71- /** See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.. */
71+ /** See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.. */
7272 public static final String CHAT_MESSAGES = "https://www.googleapis.com/auth/chat.messages" ;
7373
7474 /** Compose and send messages in Google Chat. */
7575 public static final String CHAT_MESSAGES_CREATE = "https://www.googleapis.com/auth/chat.messages.create" ;
7676
77- /** See, add, and delete reactions to messages in Google Chat. */
77+ /** See, add, and delete reactions as well as their reaction content to messages in Google Chat. */
7878 public static final String CHAT_MESSAGES_REACTIONS = "https://www.googleapis.com/auth/chat.messages.reactions" ;
7979
8080 /** Add reactions to messages in Google Chat. */
8181 public static final String CHAT_MESSAGES_REACTIONS_CREATE = "https://www.googleapis.com/auth/chat.messages.reactions.create" ;
8282
83- /** View reactions to messages in Google Chat. */
83+ /** View reactions as well as their reaction content to messages in Google Chat. */
8484 public static final String CHAT_MESSAGES_REACTIONS_READONLY = "https://www.googleapis.com/auth/chat.messages.reactions.readonly" ;
8585
86- /** See messages and their associated reactions and attachments in Google Chat. */
86+ /** See messages as well as their reactions and message content in Google Chat. */
8787 public static final String CHAT_MESSAGES_READONLY = "https://www.googleapis.com/auth/chat.messages.readonly" ;
8888
8989 /** Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat. */
0 commit comments