MadelineProtoDocs/docs/API_docs/constructors/topPeerCategoryCorrespondents.md
2019-12-27 17:48:04 +01:00

575 B

title description image
topPeerCategoryCorrespondents Users we've chatted most frequently with https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: topPeerCategoryCorrespondents

Back to constructors index

Users we've chatted most frequently with

Type: TopPeerCategory

Example:

$topPeerCategoryCorrespondents = ['_' => 'topPeerCategoryCorrespondents'];

Or, if you're into Lua:

topPeerCategoryCorrespondents={_='topPeerCategoryCorrespondents'}