GroupAndC2CBuilderContext
class GroupAndC2CBuilderContext(val bot: QGBot, val type: SendingMessageParser.GroupBuilderType, val targetOpenid: String, builderFactory: () -> GroupAndC2CSendBody) : SendingMessageParser.AbstractBuilderContext<GroupAndC2CSendBody> (source)
Constructors
Link copied to clipboard
constructor(bot: QGBot, type: SendingMessageParser.GroupBuilderType, targetOpenid: String, builderFactory: () -> GroupAndC2CSendBody)
Inherited functions
Link copied to clipboard
如果符合 check 的条件,得到 builder, 否则使用 newBuilder 构建一个新的builder。
Link copied to clipboard