--- 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'} ```