Class: Pinnacle::Types::MessageEventRcsLocationData

Inherits:
Internal::Types::Model show all
Defined in:
lib/pinnacle/types/message_event_rcs_location_data.rb

Overview

Location sharing event data received when a user responds to a requestUserLocation button and shares their current location.

This event contains the geographic coordinates (latitude/longitude) and human-readable address of the location the user chose to share. Use this data to process location-based requests or provide location-specific services.

Method Summary

Methods inherited from Internal::Types::Model

#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load

Constructor Details

This class inherits a constructor from Pinnacle::Internal::Types::Model