diff options
| author | levlam <levlam@telegram.org> | 2025-06-25 17:23:48 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-06-25 17:23:48 +0300 |
| commit | 02c8ffd7721ea102440fd03f8633981b257fa379 (patch) | |
| tree | 95452c832b425ea4e250de1e2cea2037176cbaa2 /td/telegram/DialogParticipant.cpp | |
| parent | 97733e375f7930534ee37f954644036d39c5982d (diff) | |
Improve can_send_polls documentation.
Diffstat (limited to 'td/telegram/DialogParticipant.cpp')
| -rw-r--r-- | td/telegram/DialogParticipant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/DialogParticipant.cpp b/td/telegram/DialogParticipant.cpp index 1835ef7fa..17f694aca 100644 --- a/td/telegram/DialogParticipant.cpp +++ b/td/telegram/DialogParticipant.cpp @@ -288,7 +288,7 @@ StringBuilder &operator<<(StringBuilder &string_builder, const RestrictedRights string_builder << "(games)"; } if (!status.can_send_polls()) { - string_builder << "(polls)"; + string_builder << "(polls+to-do-lists)"; } if (!status.can_use_inline_bots()) { string_builder << "(inline bots)"; |
