Home
last modified time | relevance | path

Searched refs:can_get_statistics (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/
H A DCHANGELOG.md200 - Added the field `can_get_statistics` to the class `supergroupFullInfo`.
215 - Added the field `can_get_statistics` to the class `message`.
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtd_api.tl671 //@can_get_statistics True, if the supergroup or channel statistics are available
679 …n_set_username:Bool can_set_sticker_set:Bool can_set_location:Bool can_get_statistics:Bool is_all_…
789 //@can_get_statistics True, if the message statistics are available
811 …an_be_deleted_only_for_self:Bool can_be_deleted_for_all_users:Bool can_get_statistics:Bool can_get…
5582 …r supergroups and channels. Can be used only if supergroupFullInfo.can_get_statistics == true @cha…
5585 …s detailed statistics about a message. Can be used only if message.can_get_statistics == true @cha…
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessagesManager.cpp23562 auto can_get_statistics = for_event_log ? false : can_get_message_statistics(dialog_id, m); in get_message_object() local
23588 can_delete_for_all_users, can_get_statistics, can_get_message_thread, can_get_viewers, in get_message_object()