rubika icon indicating copy to clipboard operation
rubika copied to clipboard

Problem in updatemessage

Open poyap opened this issue 1 year ago • 1 comments

I can not get update from groups or channels. Here is my code:

import asyncio
from rubpy import Client, handlers, Message
from rubpy import models

async def main():
    async with Client(session='rubpy') as client:        
        @client.on(handlers.MessageUpdates())
        async def updates(message: Message):

            print(message.raw_text)
        await client.run_until_disconnected()
asyncio.run(main())

poyap avatar Sep 06 '23 19:09 poyap

ما مشکلی تو دریافت پیام های جدید از گروه ها نداریم و اینکه دریافت پیام های جدید از کانال ها از طرف وبسوکت روبیکا پشتیبانی نمیشه ممکنه بعضی اوقات یکم طول بکشه به وبسوکت روبیکا وصل بشی

shayanheidari01 avatar Sep 06 '23 19:09 shayanheidari01