account.UpdateBusinessLocation#

class pyrogram.raw.functions.account.UpdateBusinessLocation#

Businesses may advertise their location using this method, see here for more info. To remove business location information invoke the method without setting any of the parameters.

Details:
  • Layer: 211

  • ID: 9E6B131A

Parameters:
geo_point (InputGeoPoint, optional):

Optional, contains a set of geographical coordinates.

address (str, optional):

Mandatory when setting/updating the location, contains a textual description of the address (max 96 UTF-8 chars).

Returns:

bool