1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 03:27:22 +01:00
MadelineProto/docs/API_docs/constructors/channels_channelParticipantsNotModified.md
2017-10-14 09:50:46 +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'}
```