getGuildById

open fun getGuildById(id: Long): Guild?(source)
abstract fun getGuildById(id: String): Guild?(source)

Gets a guild by its id.

Return

The Guild object.

Parameters

id

The id of the guild.