Reference documentation and code samples for the Google Apps Chat V1 Client class DeleteReactionRequest.
Deletes a reaction to a message.
Generated from protobuf message google.chat.v1.DeleteReactionRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the reaction to delete. Format: spaces/{space}/messages/{message}/reactions/{reaction}
getName
Required. Name of the reaction to delete.
Format: spaces/{space}/messages/{message}/reactions/{reaction}
string
setName
Required. Name of the reaction to delete.
Format: spaces/{space}/messages/{message}/reactions/{reaction}
var
string
$this
static::build
name
string
Required. Name of the reaction to delete.
Format: spaces/{space}/messages/{message}/reactions/{reaction}
Please see Google\Apps\Chat\V1\ChatServiceClient::reactionName()
for help formatting this field.