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 from the DB Channel (with Quotes)..", chat_id=message.from_user.id, filters=filters.forwarded, timeout=30)
127
-
except:
128
-
return
129
-
iffirst_message.forward_from_chat:
130
-
iffirst_message.forward_from_chat.id==CHANNEL_ID:
131
-
f_msg_id=first_message.forward_from_message_id
132
-
break
133
-
awaitfirst_message.reply_text("Forward from the Assigned Channel only...", quote=True)
134
-
continue
135
-
whileTrue:
136
-
try:
137
-
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