TrophyList¶
- class asyncpraw.models.list.trophy.TrophyList(reddit, _data)¶
A list of
Trophyobjects. Works just like a regular list.This class is solely used to parse responses from Reddit, so end users should not use this class directly.
- Parameters:
reddit (asyncpraw.Reddit)
- __getitem__(index)¶
Return the item at position index in the list.