| 720 | } |
| 721 | |
| 722 | bool ChannelData::canViewAdmins() const { |
| 723 | return (isMegagroup() || hasAdminRights() || amCreator()); |
| 724 | } |
| 725 | |
| 726 | bool ChannelData::canViewBanned() const { |
| 727 | return (hasAdminRights() || amCreator()); |
no outgoing calls
no test coverage detected