Layer 224
ContactsUpdateContactNote
Add or update a personal note for a contact
method
contacts.updateContactNote#139f63fb id:InputUser note:TextWithEntities = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | InputUser | Contact user ID |
| Note | TextWithEntities | Note text with formatting |
Returns
BoolGogram Example
// ContactsUpdateContactNote - positional arguments result, err := client.ContactsUpdateContactNote(&tg.InputUserSelf{}, &tg.TextWithEntities{}) if err != nil { // handle error } // result is *tg.Bool