@@ -68,22 +68,22 @@ public class HangoutsChatScopes {
68
68
/** View members in Google Chat conversations.. */
69
69
public static final String CHAT_MEMBERSHIPS_READONLY = "https://www.googleapis.com/auth/chat.memberships.readonly" ;
70
70
71
- /** See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.. */
71
+ /** See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.. */
72
72
public static final String CHAT_MESSAGES = "https://www.googleapis.com/auth/chat.messages" ;
73
73
74
74
/** Compose and send messages in Google Chat. */
75
75
public static final String CHAT_MESSAGES_CREATE = "https://www.googleapis.com/auth/chat.messages.create" ;
76
76
77
- /** See, add, and delete reactions as well as their reaction content to messages in Google Chat. */
77
+ /** See, add, and delete reactions to messages in Google Chat. */
78
78
public static final String CHAT_MESSAGES_REACTIONS = "https://www.googleapis.com/auth/chat.messages.reactions" ;
79
79
80
80
/** Add reactions to messages in Google Chat. */
81
81
public static final String CHAT_MESSAGES_REACTIONS_CREATE = "https://www.googleapis.com/auth/chat.messages.reactions.create" ;
82
82
83
- /** View reactions as well as their reaction content to messages in Google Chat. */
83
+ /** View reactions to messages in Google Chat. */
84
84
public static final String CHAT_MESSAGES_REACTIONS_READONLY = "https://www.googleapis.com/auth/chat.messages.reactions.readonly" ;
85
85
86
- /** See messages as well as their reactions and message content in Google Chat. */
86
+ /** See messages and their associated reactions and attachments in Google Chat. */
87
87
public static final String CHAT_MESSAGES_READONLY = "https://www.googleapis.com/auth/chat.messages.readonly" ;
88
88
89
89
/** Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat. */
0 commit comments