TSegmentForward: TSegmentBase & {
    data: {
        id: string;
    };
    type: "forward";
}

Type declaration

  • data: {
        id: string;
    }
    • id: string

      合并转发 ID,需要 get_forward_msg API获取

  • type: "forward"