--- title: topPeerCategoryGroups description: Top peer category groups image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: topPeerCategoryGroups [Back to constructors index](index.md) Top peer category groups ### Type: [TopPeerCategory](../types/TopPeerCategory.md) ### Example: ```php $topPeerCategoryGroups = ['_' => 'topPeerCategoryGroups']; ``` Or, if you're into Lua: ```lua topPeerCategoryGroups={_='topPeerCategoryGroups'} ```