Layer 220
ContactsUpdateContactNote
method
contacts.updateContactNote#139f63fb id:InputUser note:TextWithEntities = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | InputUser | |
| Note | TextWithEntities |
Returns
BoolGogram Example
// ContactsUpdateContactNote - positional arguments result, err := client.ContactsUpdateContactNote(&tg.InputUserSelf{}, &tg.TextWithEntities{}) if err != nil { // handle error } // result is *tg.Bool