Constructs a new NoteEditAction.
Optional
properties:
INoteEditAction
Properties to set
Optional
chatNoteEditAction chatJid.
Optional
createdNoteEditAction createdAt.
Optional
deleted
NoteEditAction deleted.
Optional
type
NoteEditAction type.
Optional
unstructuredNoteEditAction unstructuredContent.
Static
create
Creates a new NoteEditAction instance using the specified properties.
Optional
properties:
INoteEditAction
Properties to set
NoteEditAction instance
Static
decode
Decodes a NoteEditAction message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length:
number
Message length if known beforehand
NoteEditAction
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a NoteEditAction message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
NoteEditAction
If the payload is not a reader or valid buffer
If required fields are missing
Static
encode
Encodes the specified NoteEditAction message. Does not implicitly verify messages.
NoteEditAction message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
encodeEncodes the specified NoteEditAction message, length delimited. Does not implicitly verify messages.
NoteEditAction message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
fromCreates a NoteEditAction message from a plain object. Also converts values to their respective internal types.
Plain object
NoteEditAction
Static
getStatic
toCreates a plain object from a NoteEditAction message. Also converts values to other types if specified.
NoteEditAction
Optional
options:
IConversionOptions
Conversion options
Plain object
Static
verify
Generated using TypeDoc
Represents a NoteEditAction.