PartialGuildExtensions extension
Extensions on PartialGuild
s.
- on
-
- PartialGuild
Properties
-
cachedChannels
→ List<
GuildChannel> -
Available on PartialGuild, provided by the PartialGuildExtensions extension
Return a list of channels in the client's cache that are in this guild.no setter - url → Uri
-
Available on PartialGuild, provided by the PartialGuildExtensions extension
A URL clients can visit to navigate to this guild.no setter
Methods
-
streamBans(
{Snowflake? after, Snowflake? before, int? pageSize}) → Stream< Ban> -
Available on PartialGuild, provided by the PartialGuildExtensions extension
Same aslistBans
, but has no limit on the number of bans returned.