Wasm Directoryalpha
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

NameTypeDescription
allow-sending-without-replyoption​<bool>
chat-idstring
disable-notificationoption​<bool>
headingoption​<s32>
horizontal-accuracyoption​<f64>
latitudef64
live-periodoption​<s32>
longitudef64
proximity-alert-radiusoption​<s32>
reply-markupoption​<string>
reply-to-message-idoption​<s32>