Update Message.ts

This commit is contained in:
Rajeh Taher
2023-05-06 01:44:29 +03:00
committed by GitHub
parent f5742ae33c
commit 66c2e9c0b6

View File

@@ -67,7 +67,7 @@ type Templatable = {
footer?: string footer?: string
} }
type Editable = { type Editable = {
edited?: WAMessageKey edit?: WAMessageKey
} }
type Listable = { type Listable = {
/** Sections of the List */ /** Sections of the List */