Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::ReactionBatchDeletedEventData.
Event payload for multiple deleted reactions.
Event type: google.workspace.chat.reaction.v1.batchDeleted
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#reactions
def reactions() -> ::Array<::Google::Apps::Chat::V1::ReactionDeletedEventData>
Returns
- (::Array<::Google::Apps::Chat::V1::ReactionDeletedEventData>) — A list of deleted reactions.
#reactions=
def reactions=(value) -> ::Array<::Google::Apps::Chat::V1::ReactionDeletedEventData>
Parameter
- value (::Array<::Google::Apps::Chat::V1::ReactionDeletedEventData>) — A list of deleted reactions.
Returns
- (::Array<::Google::Apps::Chat::V1::ReactionDeletedEventData>) — A list of deleted reactions.