filename to messageoptions + group query + media query

This commit is contained in:
Adhiraj
2020-07-12 13:35:21 +05:30
parent 9061f347af
commit 9f508184eb
9 changed files with 68 additions and 20 deletions

View File

@@ -70,7 +70,8 @@ export interface MessageOptions {
caption?: string
thumbnail?: string
mimetype?: Mimetype
validateID?: boolean
validateID?: boolean,
filename?: string
}
export interface MessageStatusUpdate {
from: string