Record
post-send-venue-params
No description available.
record post-send-venue-params {
address: string,
allow-sending-without-reply: option<bool>,
chat-id: string,
disable-notification: option<bool>,
foursquare-id: option<string>,
foursquare-type: option<string>,
google-place-id: option<string>,
google-place-type: option<string>,
latitude: f64,
longitude: f64,
reply-markup: option<string>,
reply-to-message-id: option<s32>,
title: string,
}Fields
| Name | Type | Description |
|---|---|---|
| address | string | |
| allow-sending-without-reply | option<bool> | |
| chat-id | string | |
| disable-notification | option<bool> | |
| foursquare-id | option<string> | |
| foursquare-type | option<string> | |
| google-place-id | option<string> | |
| google-place-type | option<string> | |
| latitude | f64 | |
| longitude | f64 | |
| reply-markup | option<string> | |
| reply-to-message-id | option<s32> | |
| title | string |