createFlow

inline fun GetBotGuildListApi.Factory.createFlow(batch: Int = DEFAULT_LIMIT, after: String? = null, crossinline doRequest: suspend GetBotGuildListApi.() -> List<SimpleGuild>): Flow<SimpleGuild>(source)

使用流的方式查询所有频道服务器。

Parameters

after

第一次查询的 after,默认为null代表从头查询

batch

每次查询所使用的limit,默认为 GetBotGuildListApi.DEFAULT_LIMIT