You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first_message=awaitclient.ask(text="Forward the First Message..", chat_id=message.from_user.id, filters=filters.forwarded, timeout=30)
128
+
first_message=awaitclient.ask(text="Forward the First Message from the DB Channel (with Quotes)..", chat_id=message.from_user.id, filters=filters.forwarded, timeout=30)
second_message=awaitclient.ask(text="Forward the Last Message..", chat_id=message.from_user.id, filters=filters.forwarded, timeout=30)
139
+
second_message=awaitclient.ask(text="Forward the Last Message from DB Channel (with Quotes)..", chat_id=message.from_user.id, filters=filters.forwarded, timeout=30)
0 commit comments