contacts.updateContactNote
Layer 225
Constructor ID: 0x139f63fb
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
id | InputUser | |
note | TextWithEntities |
Example
go
result, err := client.Raw(&tg.UpdateContactNoteRequest{
id: nil, // InputUser
note: nil, // TextWithEntities
})
if err != nil {
panic(err)
}
print(result)