| 1249 | } |
| 1250 | |
| 1251 | void ApplyChannelUpdate( |
| 1252 | not_null<ChannelData*> channel, |
| 1253 | const MTPDupdateChatDefaultBannedRights &update) { |
| 1254 | channel->setDefaultRestrictions(ChatRestrictionsInfo( |
| 1255 | update.vdefault_banned_rights()).flags); |
| 1256 | } |
| 1257 | |
| 1258 | void ApplyChannelUpdate( |
| 1259 | not_null<ChannelData*> channel, |
no test coverage detected