Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 8, 2024
1 parent 63cbaee commit aa1e8d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/bot/mtproto-api/workrooms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ export async function createChat(context: Context<"issues.labeled", SupportedEve
})
);

console.log("Chat created: ", chat.updates);
console.log("Chat created: ", chat.updates.chats);

console.log("Chat ID created: ", chat.updates.chats[0].id);

/**
* updates: {
CONSTRUCTOR_ID: 1957577280,
Expand Down

0 comments on commit aa1e8d2

Please sign in to comment.