-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get messages from channel. #10
Comments
You can subscribe to the |
My Code:
I don't have any messages in updateStream. Please help. Have I set the phone number using some method? |
Hi, Thank you a lot for your library
I created Coordinator with my API_ID and API_HASH
let coordinator = Coordinator(client: TDJsonClient(), apiId: myAppId, apiHash: myApiHash)
I want to listening for new messages for one of my channels and perform some job base on this message.
Can you please give me some example code to start. (I read the documentation, but it still not so clear for me. )
Thanks
The text was updated successfully, but these errors were encountered: