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