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
Thanks for the work to extend the cli to support views, but it seems like it only supports the views on the CLI not when you use the JSON or Socket interface.
If you guide me where to look at to provide this I might be able to update this and send a pull request to fix this.
Cheers
The text was updated successfully, but these errors were encountered:
Hey take a look at this commit. I had added support for view count in JSON output. Some other guy (@mohammadrezaprw) maintained the repository after me. He may give you more details.
But be careful. At the time I added this feature, Telegram didn't officially provide its latest scheme so I added the feature manually by coding in C. You may also use the etcli manner and generate the data structures and such stuff using the new Telegram scheme, or at least manage your changes in a way which doesn't make it harder for the next person who may update the scheme, thank you!
Hi,
Thanks for the work to extend the cli to support views, but it seems like it only supports the
views
on theCLI
not when you use theJSON
orSocket
interface.If you guide me where to look at to provide this I might be able to update this and send a pull request to fix this.
Cheers
The text was updated successfully, but these errors were encountered: