feat: sendsticket notconvertsticket

This commit is contained in:
João Victor Souza
2025-02-06 17:56:21 -03:00
parent 2fb6318011
commit 0d1e7c08c9
2 changed files with 4 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ export class Metadata {
mentionsEveryOne?: boolean;
mentioned?: string[];
encoding?: boolean;
notConvertSticker?: boolean;
}
export class SendTextDto extends Metadata {