We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2808fc commit 0e21078Copy full SHA for 0e21078
1 file changed
src/telegram_execution_context.ts
@@ -390,6 +390,10 @@ export default class TelegramExecutionContext {
390
* @returns Promise with the API response
391
*/
392
async sendTyping() {
393
+ if (this.update_type === 'guest_message') {
394
+ return null;
395
+ }
396
+
397
const params: SendChatActionParams = {
398
chat_id: this.getChatId(),
399
message_thread_id: this.getThreadId(),
0 commit comments