Returns details about a message. For an example, see Read a message.
Requires authentication. Supports app authentication and user authentication.
Note: Might return a message from a blocked member or space.
HTTP request
GET https://chat.googleapis.com/v1/{name=spaces/*/messages/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Resource name of the message to retrieve. Format: If the message begins with |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Message
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/chat.bot
https://www.googleapis.com/auth/chat.messages
https://www.googleapis.com/auth/chat.messages.readonly
For more information, see the Authorization guide.