Skip to content

phone.editGroupCallTitle

Layer 225

Constructor ID: 0x1ca6ac0a
Returns: Updates

Parameters

NameTypeDescription
callInputGroupCall
titlestring

Example

go
result, err := client.Raw(&tg.EditGroupCallTitleRequest{
    call: nil, // InputGroupCall
    title: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.