Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
fix: added throw503 to inline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
teidesu committed Dec 8, 2023
1 parent c462612 commit 56ff9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/topics/inline-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const results = await tg.call({
peer: chat,
query: 'vivaldi',
offset: ''
})
}, { throw503: true })
```

Then, for example, to send the first result:
Expand Down

0 comments on commit 56ff9b9

Please sign in to comment.