Skip to content

Commit d4dceba

Browse files
goweiwenGustavo Aguiar
authored andcommitted
Fix foursquare_id typo
1 parent c70ac40 commit d4dceba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

raw/src/types/inline_query_result.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,11 +874,11 @@ pub struct InputVenueMessageContent {
874874
pub address: String,
875875
/// Foursquare identifier of the venue, if known
876876
#[serde(skip_serializing_if = "Option::is_none")]
877-
pub foursqure_id: Option<String>,
877+
pub foursquare_id: Option<String>,
878878
/// Foursquare type of the venue, if known. (For example, “arts_entertainment/default”,
879879
/// “arts_entertainment/aquarium” or “food/icecream”.)
880880
#[serde(skip_serializing_if = "Option::is_none")]
881-
pub foursqure_type: Option<String>,
881+
pub foursquare_type: Option<String>,
882882
}
883883

884884
#[derive(Serialize, Debug)]

0 commit comments

Comments
 (0)