Skip to content

channels.editTitle

Layer 225

Constructor ID: 0x566decd0
Returns: Updates

Parameters

NameTypeDescription
channelInputChannel
titlestring

Example

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

Released under the Apache-2.0 License.