This commit is contained in:
Wizou 2023-10-24 17:00:14 +02:00
parent c059ebf208
commit 9e92d3d814
3 changed files with 55 additions and 21 deletions

View file

@ -721,7 +721,7 @@ namespace TL
public string title;
/// <summary>Address</summary>
public string address;
/// <summary>Venue provider: currently only "foursquare" needs to be supported</summary>
/// <summary>Venue provider: currently only "foursquare" and "gplaces" (Google Places) need to be supported</summary>
public string provider;
/// <summary>Venue ID in the provider's database</summary>
public string venue_id;