Appearance
Layer 225
Constructor ID: 0x73783ffd Returns: Updates
0x73783ffd
chat_id
int64
title
string
result, err := client.Raw(&tg.EditChatTitleRequest{ chat_id: 0, title: "", }) if err != nil { panic(err) } print(result)