tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.09k stars 1.44k forks source link

[Missing] Rate Call by tapping on a call entry #610

Open Sajilck opened 5 years ago

Sajilck commented 5 years ago

Currently there is no option to rate a past call made by the app (If rate call not shown after call end or dismissed it)

shah-sudeep commented 4 years ago

I don't think this option is necessary or is missing. No other apps too support this feature. We need to rate the call after the call ends at that instant only. No use of rating it afterwards or won't be needed to do so after skipping the rate option. How can someone remember the details of all past calls to rate how the call was. Though last few calls condition can be remembered easily but that too needs to be rated at that instant.

I don't support in addition of such feature.

RememberTheAir commented 4 years ago

I don't think this option is necessary or is missing. No other apps too support this feature.

tdlib is supposed to be a full wrapper around MTProto, so if the Telegram API offers a function, it makes sense for tdlib to expose it in its API and offer a way for apps developers to implement that functionality in their applications. This might not be an high priority task, but it makes sense to keep the issue as a reminder. It will eventually be implemented in the future, but nobody knows when