SearchResult#

class corkus.objects.SearchResult#

Combined result of search for Player and Guild.

property players#

List of found players.

Return type:

List[PartialPlayer]

property guilds#

List of found guilds.

Return type:

List[PartialGuild]

property term#

Search term used to display these results.

Return type:

str