Instance Method

getMembers(with:then:)

Gets an array of guild members

Declaration

func getMembers(with options: [String : Any]? = nil, then completion: @escaping ([Member]?, RequestError?) -> Void)

Parameters

options

Dictionary containing optional optiond regarding what members are returned

Option Params

  • limit: Amount of members to get (1-1000)

  • after: Message Id of highest member to get members from