SoraApi.SendGroupForwardMsg method

发送合并转发(群)

public ValueTask<(ApiStatus apiStatus, int messageId, string forwardId)> SendGroupForwardMsg(
    long groupId, IEnumerable<CustomNode> nodeList, TimeSpan? timeout = default)
parameterdescription
groupId群号
nodeList节点(CustomNode)消息段列表
timeout原有超时覆盖

See Also