We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b4c99 commit b51906fCopy full SHA for b51906f
1 file changed
src/types/types.ts src/types/index.tssrc/types/types.ts renamed to src/types/index.ts
@@ -30,3 +30,8 @@ export interface BotInfo {
30
can_connect_to_business?: boolean;
31
has_main_web_app?: boolean;
32
}
33
+export interface RoastMessages {
34
+ replyToUser: string[];
35
+ notReplyingToAnyone: string[];
36
+ replyToBot: string[];
37
+}
0 commit comments