Skip to content

channels.editLocation

Layer 225

Constructor ID: 0x58e63f6d
Returns: Bool

Parameters

NameTypeDescription
channelInputChannel
geo_pointInputGeoPoint
addressstring

Example

go
result, err := client.Raw(&tg.EditLocationRequest{
    channel: nil, // InputChannel
    geo_point: nil, // InputGeoPoint
    address: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.