GuildPreviewData

class GuildPreviewData(val id: Snowflake, val name: String, val icon: String? = null, val splash: String? = null, val discoverySplash: String? = null, val emojis: List<EmojiData>, val features: List<GuildFeature>, val approximateMemberCount: Int, val approximatePresenceCount: Int, val description: String? = null, val stickers: List<StickerData>)(source)

Constructors

Link copied to clipboard
constructor(id: Snowflake, name: String, icon: String? = null, splash: String? = null, discoverySplash: String? = null, emojis: List<EmojiData>, features: List<GuildFeature>, approximateMemberCount: Int, approximatePresenceCount: Int, description: String? = null, stickers: List<StickerData>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val icon: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard