Skip to content

contacts.getLocated

Layer 225

Constructor ID: 0xd348bc44
Returns: Updates

Parameters

NameTypeDescription
backgroundbool (flags.1, optional)
geo_pointInputGeoPoint
self_expiresint32 (flags.0, optional)

Example

go
result, err := client.Raw(&tg.GetLocatedRequest{
    background: false,
    geo_point: nil, // InputGeoPoint
    self_expires: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.