InputLocationMessageContent constructor
InputLocationMessageContent({})
Implementation
InputLocationMessageContent({
required this.latitude,
required this.longitude,
this.horizontalAccuracy,
this.livePeriod,
this.heading,
this.proximityAlertRadius,
});