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