zerobias / telegram-mtproto

Telegram client api (MTProto) library
MIT License
620 stars 136 forks source link

Is that possible to receive new messages by subscribing on some event? #157

Closed NikitaKA closed 6 years ago

NikitaKA commented 6 years ago

I want to subscribe to some event and listen to new messages instead of long polling. Is that possible to do with this library?

NikitaKA commented 6 years ago

Guys, no one receiving messages here and don't know anything about no-long-polling updates?

iam-medvedev commented 6 years ago

Use updates.getState https://core.telegram.org/api/updates#update-status

Also this issues may be helpful: #40, #53