diff options
Diffstat (limited to 'td/telegram/DialogParticipant.h')
| -rw-r--r-- | td/telegram/DialogParticipant.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/td/telegram/DialogParticipant.h b/td/telegram/DialogParticipant.h index a568913b2..fe457a164 100644 --- a/td/telegram/DialogParticipant.h +++ b/td/telegram/DialogParticipant.h @@ -422,6 +422,8 @@ class DialogParticipantStatus { td_api::object_ptr<td_api::ChatMemberStatus> get_chat_member_status_object(string *rank) const; + td_api::object_ptr<td_api::CommunityMemberStatus> get_community_member_status_object() const; + telegram_api::object_ptr<telegram_api::chatAdminRights> get_chat_admin_rights() const; telegram_api::object_ptr<telegram_api::chatBannedRights> get_chat_banned_rights() const; |
