GuildPreview(- Snowflake _id,
- String _label,
- String? _description,
- String? _icon,
- String? _splash,
- String? _discoverySplash,
- Map<Snowflake, Emoji> _emojis,
- Map<Snowflake, Sticker> _stickers,
- List<GuildFeature> _features,
- int _approximateMemberCount,
- int _approximatePresenceCount
)
Implementation
GuildPreview(
this._id,
this._label,
this._description,
this._icon,
this._splash,
this._discoverySplash,
this._emojis,
this._stickers,
this._features,
this._approximateMemberCount,
this._approximatePresenceCount,
);