Replymessage unavailable
خب الان داداش چطور استفاده کنم ازش این کد منه :
# دریافت ایدی عددی کاربران
async def get_chat_id(self):
try :
ids = []
cur.execute('SELECT Chat_id FROM Users')
Chats_id = cur.fetchall()
for id in Chats_id:
ids.append(id[0])
return ids
except Exception as e:
await app.send_message(1185566163,f"خطا در get_chat_id : {e}")
if text == 5 :
chat = User_Chat_Id()
await chat.get_chat_id()
میتونی اینو برام اونجور که گفتی اوکی کنی