channels.editLocation
Layer 225
Constructor ID: 0x58e63f6d
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
channel | InputChannel | |
geo_point | InputGeoPoint | |
address | string |
Example
go
result, err := client.Raw(&tg.EditLocationRequest{
channel: nil, // InputChannel
geo_point: nil, // InputGeoPoint
address: "",
})
if err != nil {
panic(err)
}
print(result)