MadelineProto/old_docs/API_docs_v72/constructors/channels_channelParticipantsNotModified.md
2017-11-15 12:41:58 +00:00

38 lines
692 B
Markdown

---
title: channels.channelParticipantsNotModified
description: channels_channelParticipantsNotModified attributes, type and example
---
## Constructor: channels.channelParticipantsNotModified
[Back to constructors index](index.md)
### Type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md)
### Example:
```
$channels_channelParticipantsNotModified = ['_' => 'channels.channelParticipantsNotModified'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "channels.channelParticipantsNotModified"}
```
Or, if you're into Lua:
```
channels_channelParticipantsNotModified={_='channels.channelParticipantsNotModified'}
```