MadelineProtoDocs/docs/API_docs/constructors/channels_channelParticipantsNotModified.md
2018-04-04 19:52:48 +02:00

39 lines
766 B
Markdown

---
title: channels.channelParticipantsNotModified
description: channels_channelParticipantsNotModified attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
## 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'}
```