Skip to content

contacts.updateContactNote

Layer 225

Constructor ID: 0x139f63fb
Returns: Bool

Parameters

NameTypeDescription
idInputUser
noteTextWithEntities

Example

go
result, err := client.Raw(&tg.UpdateContactNoteRequest{
    id: nil, // InputUser
    note: nil, // TextWithEntities
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.