Record
post-send-location-params
No description available.
record post-send-location-params {
allow-sending-without-reply: option<bool>,
chat-id: string,
disable-notification: option<bool>,
heading: option<s32>,
horizontal-accuracy: option<f64>,
latitude: f64,
live-period: option<s32>,
longitude: f64,
proximity-alert-radius: option<s32>,
reply-markup: option<string>,
reply-to-message-id: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-sending-without-reply | option<bool> | |
| chat-id | string | |
| disable-notification | option<bool> | |
| heading | option<s32> | |
| horizontal-accuracy | option<f64> | |
| latitude | f64 | |
| live-period | option<s32> | |
| longitude | f64 | |
| proximity-alert-radius | option<s32> | |
| reply-markup | option<string> | |
| reply-to-message-id | option<s32> |